forked from OSchip/llvm-project
parent
275dd8b0af
commit
d1c4e75750
|
@ -172,10 +172,9 @@ Linker::LinkInArchive(const sys::Path &Filename, bool &is_native) {
|
|||
verbose(" Linking in module: " + aModule->getModuleIdentifier());
|
||||
|
||||
// Link it in
|
||||
if (LinkInModule(aModule, &moduleErrorMsg)) {
|
||||
if (LinkInModule(aModule, &moduleErrorMsg))
|
||||
return error("Cannot link in module '" +
|
||||
aModule->getModuleIdentifier() + "': " + moduleErrorMsg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue