[llvm-commits] CVS: llvm/lib/Support/ToolRunner.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 13 13:28:02 PDT 2003


Changes in directory llvm/lib/Support:

ToolRunner.cpp updated: 1.2 -> 1.3

---
Log message:

LLI no longer has -abort-on-exception


---
Diffs of the changes:  (+0 -1)

Index: llvm/lib/Support/ToolRunner.cpp
diff -u llvm/lib/Support/ToolRunner.cpp:1.2 llvm/lib/Support/ToolRunner.cpp:1.3
--- llvm/lib/Support/ToolRunner.cpp:1.2	Mon Oct  6 13:37:24 2003
+++ llvm/lib/Support/ToolRunner.cpp	Mon Oct 13 13:26:49 2003
@@ -31,7 +31,6 @@
 
   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());





More information about the llvm-commits mailing list