Skip to content

Commit a2d9193

Browse files
author
git apple-llvm automerger
committed
Merge commit '3a3d7e233e52' from swift/release/6.3 into stable/21.x
2 parents a29b051 + 3a3d7e2 commit a2d9193

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,9 @@ static const char *getImportFailureString(swift::serialization::Status status) {
11861186
case swift::serialization::Status::SDKMismatch:
11871187
return "The module file was built with a different SDK version.";
11881188
case swift::serialization::Status::ChannelIncompatible:
1189-
return "The distribution channel doesn't match.";
1189+
return "The distribution channel doesn't match."
1190+
" This version of LLDB is most likely from a different toolchain"
1191+
" than the Swift compiler that built this module.";
11901192
}
11911193
}
11921194

0 commit comments

Comments
 (0)