LLI no longer has -abort-on-exception
authorChris Lattner <sabre@nondot.org>
Mon, 13 Oct 2003 18:26:49 +0000 (18:26 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Oct 2003 18:26:49 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9097 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/ToolRunner.cpp
tools/bugpoint/ToolRunner.cpp

index 985c6854b8a953f7d3886693ec515489e6153d5c..4538bb2d570703f8b2765d233c11c3313a522f91 100644 (file)
@@ -31,7 +31,6 @@ int LLI::ExecuteProgram(const std::string &Bytecode,
 
   std::vector<const char*> 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());
index 985c6854b8a953f7d3886693ec515489e6153d5c..4538bb2d570703f8b2765d233c11c3313a522f91 100644 (file)
@@ -31,7 +31,6 @@ int LLI::ExecuteProgram(const std::string &Bytecode,
 
   std::vector<const char*> 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());