Skip to content

Commit

Permalink
[bugpoint] make tool selection messages unique
Browse files Browse the repository at this point in the history
Change messages to help identify which interpreter was actually selected (safe
vs testing).

Signed-off-by: Saleem Abdulrasool <[email protected]>
Reviewed-by: Chandler Carruth <[email protected]>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173360 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
compnerd committed Jan 24, 2013
1 parent 78d3097 commit ed7fcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bugpoint/ExecutionDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ bool BugDriver::initializeExecutionEnvironment() {
}
if (!SafeInterpreter) {
SafeInterpreterSel = AutoPick;
Message = "Sorry, I can't automatically select an interpreter!\n";
Message = "Sorry, I can't automatically select a safe interpreter!\n";
}
break;
case RunLLC:
Expand Down

0 comments on commit ed7fcf4

Please sign in to comment.