The functions in Signal.h are now in the llvm::sys namespace - adjust
[oota-llvm.git] / tools / bugpoint / bugpoint.cpp
index 056ff52af0521912682804101b0b81516551d036..1ff84f24089e18e7b410834de5e13b9ed666a5c7 100644 (file)
@@ -38,7 +38,7 @@ int main(int argc, char **argv) {
                               " 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;