[llvm-commits] CVS: llvm/tools/lli/lli.cpp

Reid Spencer reid at x10sys.com
Sun Aug 29 12:29:07 PDT 2004



Changes in directory llvm/tools/lli:

lli.cpp updated: 1.45 -> 1.46
---
Log message:

The functions in Signal.h are now in the llvm::sys namespace - adjust


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

Index: llvm/tools/lli/lli.cpp
diff -u llvm/tools/lli/lli.cpp:1.45 llvm/tools/lli/lli.cpp:1.46
--- llvm/tools/lli/lli.cpp:1.45	Sat Jul 10 20:06:59 2004
+++ llvm/tools/lli/lli.cpp	Sun Aug 29 14:28:55 2004
@@ -49,7 +49,7 @@
 int main(int argc, char **argv, char * const *envp) {
   cl::ParseCommandLineOptions(argc, argv,
                               " llvm interpreter & dynamic compiler\n");
-  PrintStackTraceOnErrorSignal();
+  sys::PrintStackTraceOnErrorSignal();
 
   // Load the bytecode...
   std::string ErrorMsg;






More information about the llvm-commits mailing list