The functions in Signal.h are now in the llvm::sys namespace - adjust
[oota-llvm.git] / tools / llvm-prof / llvm-prof.cpp
index f0e9dc71248ebf3f90da2113fb44a4c4cdd04c15..efb44d69b5c7921bc08e1f1f030ff4d9e988ba1b 100644 (file)
@@ -108,7 +108,7 @@ namespace {
 
 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;