diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-02-15 22:50:17 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-02-15 22:50:17 +0000 |
commit | 45eb7865c924001e09bb2049708d4f1576ac23d4 (patch) | |
tree | 3c2e2e2bf482482c8a925e75b9cd4b30a41a5b2e /tools | |
parent | e0afaa301d763096af400ef44714b0f4deb5b68b (diff) | |
download | llvm-45eb7865c924001e09bb2049708d4f1576ac23d4.tar.gz |
Shoot! Remove this debugging line again!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gold/gold-plugin.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index 8776d848daa8..7735af7e058c 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -290,8 +290,6 @@ ld_plugin_status all_symbols_read_hook(void) { E = Modules.end(); I != E; ++I) { (*get_symbols)(I->handle, I->syms.size(), &I->syms[0]); for (unsigned i = 0, e = I->syms.size(); i != e; i++) { - (*message)(LDPL_WARNING, "def: %d visibility: %d resolution %d", - I->syms[i].def, I->syms[i].visibility, I->syms[i].resolution); if (I->syms[i].resolution == LDPR_PREVAILING_DEF || (I->syms[i].def == LDPK_COMMON && I->syms[i].resolution == LDPR_RESOLVED_IR)) { |