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

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



Changes in directory llvm/tools/llvm-prof:

llvm-prof.cpp updated: 1.21 -> 1.22
---
Log message:

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


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

Index: llvm/tools/llvm-prof/llvm-prof.cpp
diff -u llvm/tools/llvm-prof/llvm-prof.cpp:1.21 llvm/tools/llvm-prof/llvm-prof.cpp:1.22
--- llvm/tools/llvm-prof/llvm-prof.cpp:1.21	Sun Jul  4 07:20:55 2004
+++ llvm/tools/llvm-prof/llvm-prof.cpp	Sun Aug 29 14:28:55 2004
@@ -108,7 +108,7 @@
 
 int main(int argc, char **argv) {
   cl::ParseCommandLineOptions(argc, argv, " llvm profile dump decoder\n");
-  PrintStackTraceOnErrorSignal();
+  sys::PrintStackTraceOnErrorSignal();
 
   // Read in the bytecode file...
   std::string ErrorMessage;






More information about the llvm-commits mailing list