[bugpoint] make tool selection messages unique

Change messages to help identify which interpreter was actually selected (safe
vs testing).

Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
Reviewed-by: Chandler Carruth <chandlerc@gmail.com>
llvm-svn: 173360
This commit is contained in:
Saleem Abdulrasool 2013-01-24 16:49:14 +00:00
parent ab4d7bc087
commit 5f8609b7b4
1 changed files with 1 additions and 1 deletions

View File

@ -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: