commit | ec1edba663483b0f2381e44b8c69a1284d471156 | [log] [tgz] |
---|---|---|
author | David Goodwin <david_goodwin@apple.com> | Fri Jul 10 21:39:28 2009 +0000 |
committer | David Goodwin <david_goodwin@apple.com> | Fri Jul 10 21:39:28 2009 +0000 |
tree | a4a2cbeb546cd20cc9e564fdd50310bd99b29f6d | |
parent | 50e9111ac3137f09b9b8cc492d7d57b5927aa5e9 [diff] [blame] |
Support remote execute for ARM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75292 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp index 640fe28..854aeb8 100644 --- a/tools/bugpoint/ExecutionDriver.cpp +++ b/tools/bugpoint/ExecutionDriver.cpp
@@ -457,9 +457,10 @@ } FilesDifferent = true; } - - // Remove the generated output. - Output.eraseFromDisk(); + else { + // Remove the generated output if there are no differences. + Output.eraseFromDisk(); + } // Remove the bitcode file if we are supposed to. if (RemoveBitcode)