diff options
| author | Dan Gohman <gohman@apple.com> | 2009-02-12 20:53:27 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-02-12 20:53:27 +0000 |
| commit | af2037fbfd81571170343fd85c879836d4ded215 (patch) | |
| tree | 03898873c5dd8dd4cd38bbe900fd19378ba0ea5e /llvm/tools/bugpoint/ToolRunner.cpp | |
| parent | ad027c7781ebefa8971aa3ebffc78927410fdebe (diff) | |
| download | bcm5719-llvm-af2037fbfd81571170343fd85c879836d4ded215.tar.gz bcm5719-llvm-af2037fbfd81571170343fd85c879836d4ded215.zip | |
Rename bugpoint's error message file so that if it somehow
gets left behind, it's less cryptic.
llvm-svn: 64399
Diffstat (limited to 'llvm/tools/bugpoint/ToolRunner.cpp')
| -rw-r--r-- | llvm/tools/bugpoint/ToolRunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/ToolRunner.cpp b/llvm/tools/bugpoint/ToolRunner.cpp index d4cea9fa499..f6a151c3371 100644 --- a/llvm/tools/bugpoint/ToolRunner.cpp +++ b/llvm/tools/bugpoint/ToolRunner.cpp @@ -80,7 +80,7 @@ static void ProcessFailure(sys::Path ProgPath, const char** Args) { OS << "\n"; // Rerun the compiler, capturing any error messages to print them. - sys::Path ErrorFilename("error_messages"); + sys::Path ErrorFilename("bugpoint.program_error_messages"); std::string ErrMsg; if (ErrorFilename.makeUnique(true, &ErrMsg)) { std::cerr << "Error making unique filename: " << ErrMsg << "\n"; |

