mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Print where reference output goes
llvm-svn: 5891
This commit is contained in:
parent
ec21fdc5ce
commit
343d952a53
@ -43,7 +43,7 @@ bool BugDriver::debugMiscompilation() {
|
||||
std::cout << "Generating reference output from raw program...";
|
||||
Output = executeProgram("bugpoint.reference.out");
|
||||
CreatedOutput = true;
|
||||
std::cout << " done!\n";
|
||||
std::cout << " done! Reference output is: bugpoint.reference.out.\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