Fix bugpoint

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-16 04:23:22 +00:00
parent ccad8439e0
commit 8102fcde4c

View File

@ -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(