mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[llvm-lto2] Fix typo in error message.
llvm-svn: 294883
This commit is contained in:
parent
9f5a87c088
commit
4e84a97600
@ -98,7 +98,7 @@ static void check(Error E, std::string Msg) {
|
||||
if (!E)
|
||||
return;
|
||||
handleAllErrors(std::move(E), [&](ErrorInfoBase &EIB) {
|
||||
errs() << "llvm-lto: " << Msg << ": " << EIB.message().c_str() << '\n';
|
||||
errs() << "llvm-lto2: " << Msg << ": " << EIB.message().c_str() << '\n';
|
||||
});
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user