The functions in Signal.h are now in the llvm::sys namespace - adjust
[oota-llvm.git] / tools / llvm-nm / llvm-nm.cpp
index fc595b3c90b08aad50aa493fbdc0dacd01df43b9..ba8b5d7f0d5fead44a34e18eef59a26005eec068 100644 (file)
@@ -150,7 +150,7 @@ void DumpSymbolNamesFromFile (std::string &Filename) {
 
 int main(int argc, char **argv) {
   cl::ParseCommandLineOptions(argc, argv, " llvm symbol table dumper\n");
-  PrintStackTraceOnErrorSignal();
+  sys::PrintStackTraceOnErrorSignal();
 
   ToolName = argv[0];
   if (BSDFormat) OutputFormat = bsd;