mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 19:10:19 +00:00
Fix bugpoint
llvm-svn: 19605
This commit is contained in:
parent
be2a427f51
commit
e88e660817
@ -211,8 +211,7 @@ Program::ExecuteAndWait(const Path& path,
|
||||
if (WIFEXITED (status))
|
||||
return WEXITSTATUS(status);
|
||||
else if (WIFSIGNALED(status))
|
||||
throw std::string("Program '") + path.toString() +
|
||||
"' received terminating signal.";
|
||||
return 1;
|
||||
|
||||
#else
|
||||
throw std::string(
|
||||
|
Loading…
x
Reference in New Issue
Block a user