diff --git a/lib/Support/ToolRunner.cpp b/lib/Support/ToolRunner.cpp index 985c6854b8a..4538bb2d570 100644 --- a/lib/Support/ToolRunner.cpp +++ b/lib/Support/ToolRunner.cpp @@ -31,7 +31,6 @@ int LLI::ExecuteProgram(const std::string &Bytecode, std::vector LLIArgs; LLIArgs.push_back(LLIPath.c_str()); - LLIArgs.push_back("-abort-on-exception"); LLIArgs.push_back("-quiet"); LLIArgs.push_back("-force-interpreter=true"); LLIArgs.push_back(Bytecode.c_str()); diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 985c6854b8a..4538bb2d570 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -31,7 +31,6 @@ int LLI::ExecuteProgram(const std::string &Bytecode, std::vector LLIArgs; LLIArgs.push_back(LLIPath.c_str()); - LLIArgs.push_back("-abort-on-exception"); LLIArgs.push_back("-quiet"); LLIArgs.push_back("-force-interpreter=true"); LLIArgs.push_back(Bytecode.c_str());