LLI no longer has -abort-on-exception

llvm-svn: 9097
This commit is contained in:
Chris Lattner 2003-10-13 18:26:49 +00:00
parent 8c8c891090
commit abb3b38448
1 changed files with 0 additions and 1 deletions

View 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());