forked from OSchip/llvm-project
[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:
parent
ab4d7bc087
commit
5f8609b7b4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue