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 | abb3b38448b6fbc0bd51ab7e9c8111a99ec38547 (patch) | |
| tree | 3af26158e9698532cc3e959f8852f56d5dc04297 /llvm/lib/Support | |
| parent | 8c8c8910908bbca8fac7af05ddeaaa768e7edb67 (diff) | |
| download | bcm5719-llvm-abb3b38448b6fbc0bd51ab7e9c8111a99ec38547.tar.gz bcm5719-llvm-abb3b38448b6fbc0bd51ab7e9c8111a99ec38547.zip | |
LLI no longer has -abort-on-exception
llvm-svn: 9097
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/ToolRunner.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/llvm/lib/Support/ToolRunner.cpp b/llvm/lib/Support/ToolRunner.cpp index 985c6854b8a..4538bb2d570 100644 --- a/llvm/lib/Support/ToolRunner.cpp +++ b/llvm/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()); | 

