mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Print where reference output goes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5891 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2be50797a1
commit
eea21dd91c
@ -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…
x
Reference in New Issue
Block a user