mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Remove a forgotten debug output line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2fbf978cb7
commit
6238a85e4f
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user