mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 08:46:23 +00:00
Print something useful for gccld -v with an archive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef11c5e64d
commit
50c301b9bb
@ -151,6 +151,8 @@ Linker::LinkInArchive(const sys::Path &Filename) {
|
||||
std::auto_ptr<Module> AutoModule( (*I)->releaseModule() );
|
||||
Module* aModule = AutoModule.get();
|
||||
|
||||
verbose(" Linking in module: " + aModule->getModuleIdentifier());
|
||||
|
||||
// Link it in
|
||||
if (this->LinkInModule(aModule))
|
||||
return error("Cannot link in module '" +
|
||||
|
Loading…
Reference in New Issue
Block a user