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:
cc1b90b
)
Adjust to changed interface.
author
Chris Lattner
<sabre@nondot.org>
Sun, 23 Jan 2005 03:31:39 +0000
(
03:31
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 23 Jan 2005 03:31:39 +0000
(
03:31
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19772
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/ExecutionDriver.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/ExecutionDriver.cpp
b/tools/bugpoint/ExecutionDriver.cpp
index 43017a6199e829238c4316ce37048ccff1d2c664..1dcb69a1c88ea1cecb245d984eb57a41a8ad4136 100644
(file)
--- a/
tools/bugpoint/ExecutionDriver.cpp
+++ b/
tools/bugpoint/ExecutionDriver.cpp
@@
-303,7
+303,8
@@
bool BugDriver::diffProgram(const std::string &BytecodeFile,
std::string Error;
bool FilesDifferent = false;
- if (DiffFiles(ReferenceOutputFile, Output.toString(), &Error)) {
+ if (DiffFilesWithTolerance(ReferenceOutputFile, Output.toString(), 0, 0,
+ &Error)) {
if (!Error.empty()) {
std::cerr << "While diffing output: " << Error << '\n';
exit(1);