projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fbf978
)
Remove a forgotten debug output line.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 14 Nov 2004 23:49:55 +0000
(23:49 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 14 Nov 2004 23:49:55 +0000
(23:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17810
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Linker/LinkArchives.cpp
patch
|
blob
|
history
diff --git
a/lib/Linker/LinkArchives.cpp
b/lib/Linker/LinkArchives.cpp
index d668b510cd464e1f1c57605fbf13bfadf3196a24..11d242ac2c667aa8a7f9d14f6d0fee4749249e33 100644
(file)
--- a/
lib/Linker/LinkArchives.cpp
+++ b/
lib/Linker/LinkArchives.cpp
@@
-196,7
+196,6
@@
bool llvm::LinkInArchive(Module *M,
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)) {