mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Rename bugpoint's error message file so that if it somehow
gets left behind, it's less cryptic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c83324682f
commit
a971b29425
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user