mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +00:00
random tidy
llvm-svn: 86511
This commit is contained in:
parent
c7f4a1df29
commit
6c38ec917d
@ -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…
x
Reference in New Issue
Block a user