summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.cpp
diff options
context:
space:
mode:
authorDavid Goodwin <david_goodwin@apple.com>2009-07-10 21:39:28 +0000
committerDavid Goodwin <david_goodwin@apple.com>2009-07-10 21:39:28 +0000
commit80becf194d56524e8c75618ac57a34520f87a684 (patch)
treea4a2cbeb546cd20cc9e564fdd50310bd99b29f6d /tools/bugpoint/BugDriver.cpp
parent19a2011194399849ecdf1499c7615e8276a8e68c (diff)
downloadllvm-80becf194d56524e8c75618ac57a34520f87a684.tar.gz
llvm-80becf194d56524e8c75618ac57a34520f87a684.tar.bz2
llvm-80becf194d56524e8c75618ac57a34520f87a684.tar.xz
Support remote execute for ARM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/BugDriver.cpp')
-rw-r--r--tools/bugpoint/BugDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp
index aab50720c6..269bf5fb09 100644
--- a/tools/bugpoint/BugDriver.cpp
+++ b/tools/bugpoint/BugDriver.cpp
@@ -205,7 +205,7 @@ bool BugDriver::run() {
std::cout << "*** Checking the code generator...\n";
try {
if (!diffProgram()) {
- std::cout << "\n*** Debugging miscompilation!\n";
+ std::cout << "\n*** Output matches: Debugging miscompilation!\n";
return debugMiscompilation();
}
} catch (ToolExecutionError &TEE) {