1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Rename bugpoint's error message file so that if it somehow

gets left behind, it's less cryptic.

llvm-svn: 64399
This commit is contained in:
Dan Gohman 2009-02-12 20:53:27 +00:00
parent f74d17b36a
commit 2a08dc12a9

View File

@ -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";