mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
Print filename correctly
llvm-svn: 6119
This commit is contained in:
parent
5d3b17a4cc
commit
8b8e1625e1
@ -298,7 +298,7 @@ bool BugDriver::debugMiscompilation() {
|
||||
std::cout << "Generating reference output from raw program...";
|
||||
Output = executeProgram("bugpoint.reference.out");
|
||||
CreatedOutput = true;
|
||||
std::cout << " done! Reference output is: bugpoint.reference.out.\n";
|
||||
std::cout << " done! Reference output is: " << Output << "\n";
|
||||
} else if (diffProgram(Output)) {
|
||||
std::cout << "\n*** Input program does not match reference diff!\n"
|
||||
<< " Must be problem with input source!\n";
|
||||
|
Loading…
Reference in New Issue
Block a user