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:
Chris Lattner 2005-02-13 15:26:14 +00:00
parent ef11c5e64d
commit 50c301b9bb

View File

@ -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 '" +