[llvm-commits] [llvm] r64617 - /llvm/trunk/tools/gold/gold-plugin.cpp
Nick Lewycky
nicholas at mxc.ca
Sun Feb 15 14:50:17 PST 2009
Author: nicholas
Date: Sun Feb 15 16:50:17 2009
New Revision: 64617
URL: http://llvm.org/viewvc/llvm-project?rev=64617&view=rev
Log:
Shoot! Remove this debugging line again!
Modified:
llvm/trunk/tools/gold/gold-plugin.cpp
Modified: llvm/trunk/tools/gold/gold-plugin.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/gold/gold-plugin.cpp?rev=64617&r1=64616&r2=64617&view=diff
==============================================================================
--- llvm/trunk/tools/gold/gold-plugin.cpp (original)
+++ llvm/trunk/tools/gold/gold-plugin.cpp Sun Feb 15 16:50:17 2009
@@ -290,8 +290,6 @@
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)) {
More information about the llvm-commits
mailing list