mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
[llvm-objdump] Add missing call to exit(1).
Reported by: Rafael Espindola. llvm-svn: 244184
This commit is contained in:
parent
6a535e41b5
commit
a8729a6752
@ -249,6 +249,7 @@ void llvm::error(std::error_code EC) {
|
||||
|
||||
outs() << ToolName << ": error reading file: " << EC.message() << ".\n";
|
||||
outs().flush();
|
||||
exit(1);
|
||||
}
|
||||
|
||||
static void report_error(StringRef File, std::error_code EC) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user