aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commitd7f07a3600428b9778167eb3bf25d2625ff31bcd (patch)
tree3c2e2e2bf482482c8a925e75b9cd4b30a41a5b2e /tools
parent8660c3b1a7dd13dad8abcbee478d085f6afba660 (diff)
downloadexternal_llvm-d7f07a3600428b9778167eb3bf25d2625ff31bcd.zip
external_llvm-d7f07a3600428b9778167eb3bf25d2625ff31bcd.tar.gz
external_llvm-d7f07a3600428b9778167eb3bf25d2625ff31bcd.tar.bz2
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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp
index 8776d84..7735af7 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)) {