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

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



Changes in directory llvm/tools/bugpoint:

bugpoint.cpp updated: 1.18 -> 1.19
---
Log message:

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


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

Index: llvm/tools/bugpoint/bugpoint.cpp
diff -u llvm/tools/bugpoint/bugpoint.cpp:1.18 llvm/tools/bugpoint/bugpoint.cpp:1.19
--- llvm/tools/bugpoint/bugpoint.cpp:1.18	Thu Jul 22 20:30:49 2004
+++ llvm/tools/bugpoint/bugpoint.cpp	Sun Aug 29 14:28:55 2004
@@ -38,7 +38,7 @@
                               " LLVM automatic testcase reducer. See\nhttp://"
                               "llvm.cs.uiuc.edu/docs/CommandGuide/bugpoint.html"
                               " for more information.\n");
-  PrintStackTraceOnErrorSignal();
+  sys::PrintStackTraceOnErrorSignal();
 
   BugDriver D(argv[0]);
   if (D.addSources(InputFilenames)) return 1;






More information about the llvm-commits mailing list