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 cc13fd5 commit 8a22207Copy full SHA for 8a22207
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -1272,8 +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 resilient module file was built by a different version of the "
1276
- "compiler.";
+ return "The module file was built with library evolution enabled by a "
+ "different version of the compiler.";
1277
}
1278
1279
0 commit comments