We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3598797 commit cc13fd5Copy full SHA for cc13fd5
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -1272,7 +1272,8 @@ static const char *getImportFailureString(swift::serialization::Status status) {
1272
return "The module file was built with a different SDK than the one in use "
1273
"to build the client.";
1274
case swift::serialization::Status::RevisionIncompatible:
1275
- return "The precise revision version doesn't match.";
+ return "The resilient module file was built by a different version of the "
1276
+ "compiler.";
1277
}
1278
1279
0 commit comments