diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:28:55 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:28:55 +0000 |
| commit | e3263ecaf08c48af4694d316e7be7ae5f215f3c0 (patch) | |
| tree | 1017ce7f546fb54a829b4008192f54c52e43c7a6 /llvm/tools/llvm-prof | |
| parent | 5b43fc9b53b0654d818413c52bd80c8deefff331 (diff) | |
| download | bcm5719-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.cpp | 2 |
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; |

