mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
[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> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173360 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78d3097263
commit
ed7fcf4fd9
@ -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
Block a user