projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19669f3
)
Print filename correctly
author
Chris Lattner
<sabre@nondot.org>
Mon, 12 May 2003 14:32:04 +0000
(14:32 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 12 May 2003 14:32:04 +0000
(14:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6119
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/Miscompilation.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/Miscompilation.cpp
b/tools/bugpoint/Miscompilation.cpp
index 01d46aa7c4bfcc141f1305b15ca42f69be9b57ec..3d96a7cdfd66fd64a858a38cd71f4b412cf032e3 100644
(file)
--- a/
tools/bugpoint/Miscompilation.cpp
+++ b/
tools/bugpoint/Miscompilation.cpp
@@
-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";