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

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



Changes in directory llvm/tools/extract:

extract.cpp updated: 1.23 -> 1.24
---
Log message:

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


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

Index: llvm/tools/extract/extract.cpp
diff -u llvm/tools/extract/extract.cpp:1.23 llvm/tools/extract/extract.cpp:1.24
--- llvm/tools/extract/extract.cpp:1.23	Thu May 27 00:39:58 2004
+++ llvm/tools/extract/extract.cpp	Sun Aug 29 14:28:55 2004
@@ -46,7 +46,7 @@
 
 int main(int argc, char **argv) {
   cl::ParseCommandLineOptions(argc, argv, " llvm extractor\n");
-  PrintStackTraceOnErrorSignal();
+  sys::PrintStackTraceOnErrorSignal();
 
   std::auto_ptr<Module> M(ParseBytecodeFile(InputFilename));
   if (M.get() == 0) {






More information about the llvm-commits mailing list