File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5905,9 +5905,10 @@ void Process::PrintWarningToolchainMismatch(const SymbolContext &sc) {
5905
5905
if (sym_file_version != swift_version)
5906
5906
PrintWarning (
5907
5907
Process::Warnings::eWarningsToolchainMismatch, sc.module_sp .get (),
5908
- " %s was compiled with a Swift compiler from a different toolchain "
5908
+ " %s was compiled with a different Swift compiler "
5909
5909
" (version '%s') than the Swift compiler integrated into LLDB "
5910
- " (version '%s'). Swift expression evaluation may not work.\n " ,
5910
+ " (version '%s'). Swift expression evaluation requires a matching "
5911
+ " compiler and debugger from the same toolchain." ,
5911
5912
sc.module_sp ->GetFileSpec ().GetFilename ().GetCString (),
5912
5913
sym_file_version.getAsString ().c_str (),
5913
5914
swift_version.getAsString ().c_str ());
Original file line number Diff line number Diff line change 32
32
quit
33
33
34
34
# The {{ }} avoids accidentally matching the input script!
35
- # CHECK: {{a\.out}} was compiled with a Swift compiler from a different toolchain
35
+ # CHECK: {{a\.out}} was compiled with a different Swift compiler
36
36
# CHECK: stop reason{{ = }}breakpoint
37
- # SANITY-NOT: {{a\.out}} was compiled with a Swift compiler from a different toolchain
37
+ # SANITY-NOT: {{a\.out}} was compiled with a different Swift compiler
38
38
# SANITY: stop reason{{ = }}breakpoint
You can’t perform that action at this time.
0 commit comments