[llvm-commits] CVS: llvm/lib/Linker/LinkArchives.cpp
Reid Spencer
reid at x10sys.com
Sun Nov 14 15:50:33 PST 2004
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.33 -> 1.34
---
Log message:
Remove a forgotten debug output line.
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Linker/LinkArchives.cpp
diff -u llvm/lib/Linker/LinkArchives.cpp:1.33 llvm/lib/Linker/LinkArchives.cpp:1.34
--- llvm/lib/Linker/LinkArchives.cpp:1.33 Sun Nov 14 16:59:59 2004
+++ llvm/lib/Linker/LinkArchives.cpp Sun Nov 14 17:49:55 2004
@@ -196,7 +196,6 @@
I != E; ++I) {
// Get the module we must link in.
Module* aModule = (*I)->releaseModule();
- std::cout << "Linked: " << aModule->getModuleIdentifier() << "\n";
// Link it in
if (LinkModules(M, aModule, ErrorMessage)) {
More information about the llvm-commits
mailing list