diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-13 18:26:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-13 18:26:49 +0000 |
commit | da17eb62f74eb6021703e30df29f5fc6e8aabd0b (patch) | |
tree | b94da3da8dda889ae584dea0ccdd8710880eeec2 /tools | |
parent | c9e64b5943f1585a7ef82087cbf37452e7b9a5cf (diff) | |
download | external_llvm-da17eb62f74eb6021703e30df29f5fc6e8aabd0b.zip external_llvm-da17eb62f74eb6021703e30df29f5fc6e8aabd0b.tar.gz external_llvm-da17eb62f74eb6021703e30df29f5fc6e8aabd0b.tar.bz2 |
LLI no longer has -abort-on-exception
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bugpoint/ToolRunner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 985c685..4538bb2 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -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()); |