forked from OSchip/llvm-project
parent
b348952d63
commit
1b35bee37c
|
@ -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