summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-prof
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-29 19:28:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-29 19:28:55 +0000
commite3263ecaf08c48af4694d316e7be7ae5f215f3c0 (patch)
tree1017ce7f546fb54a829b4008192f54c52e43c7a6 /llvm/tools/llvm-prof
parent5b43fc9b53b0654d818413c52bd80c8deefff331 (diff)
downloadbcm5719-llvm-e3263ecaf08c48af4694d316e7be7ae5f215f3c0.tar.gz
bcm5719-llvm-e3263ecaf08c48af4694d316e7be7ae5f215f3c0.zip
The functions in Signal.h are now in the llvm::sys namespace - adjust
llvm-svn: 16091
Diffstat (limited to 'llvm/tools/llvm-prof')
-rw-r--r--llvm/tools/llvm-prof/llvm-prof.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-prof/llvm-prof.cpp b/llvm/tools/llvm-prof/llvm-prof.cpp
index f0e9dc71248..efb44d69b5c 100644
--- a/llvm/tools/llvm-prof/llvm-prof.cpp
+++ b/llvm/tools/llvm-prof/llvm-prof.cpp
@@ -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;
OpenPOWER on IntegriCloud