summaryrefslogtreecommitdiff
path: root/lib/Support/ToolRunner.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-13 18:26:49 +0000
committerChris Lattner <sabre@nondot.org>2003-10-13 18:26:49 +0000
commitda17eb62f74eb6021703e30df29f5fc6e8aabd0b (patch)
treeb94da3da8dda889ae584dea0ccdd8710880eeec2 /lib/Support/ToolRunner.cpp
parentc9e64b5943f1585a7ef82087cbf37452e7b9a5cf (diff)
downloadllvm-da17eb62f74eb6021703e30df29f5fc6e8aabd0b.tar.gz
llvm-da17eb62f74eb6021703e30df29f5fc6e8aabd0b.tar.bz2
llvm-da17eb62f74eb6021703e30df29f5fc6e8aabd0b.tar.xz
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 'lib/Support/ToolRunner.cpp')
-rw-r--r--lib/Support/ToolRunner.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/ToolRunner.cpp b/lib/Support/ToolRunner.cpp
index 985c6854b8..4538bb2d57 100644
--- a/lib/Support/ToolRunner.cpp
+++ b/lib/Support/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());