summaryrefslogtreecommitdiff
path: root/tools/gold/gold-plugin.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-15 22:50:17 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-15 22:50:17 +0000
commit45eb7865c924001e09bb2049708d4f1576ac23d4 (patch)
tree3c2e2e2bf482482c8a925e75b9cd4b30a41a5b2e /tools/gold/gold-plugin.cpp
parente0afaa301d763096af400ef44714b0f4deb5b68b (diff)
downloadllvm-45eb7865c924001e09bb2049708d4f1576ac23d4.tar.gz
llvm-45eb7865c924001e09bb2049708d4f1576ac23d4.tar.bz2
llvm-45eb7865c924001e09bb2049708d4f1576ac23d4.tar.xz
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/gold/gold-plugin.cpp')
-rw-r--r--tools/gold/gold-plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp
index 8776d848da..7735af7e05 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)) {