Skip to content

Commit 8a22207

Browse files
committed
refine RevisionIncompatible string
1 parent cc13fd5 commit 8a22207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,8 @@ static const char *getImportFailureString(swift::serialization::Status status) {
12721272
return "The module file was built with a different SDK than the one in use "
12731273
"to build the client.";
12741274
case swift::serialization::Status::RevisionIncompatible:
1275-
return "The resilient module file was built by a different version of the "
1276-
"compiler.";
1275+
return "The module file was built with library evolution enabled by a "
1276+
"different version of the compiler.";
12771277
}
12781278
}
12791279

0 commit comments

Comments
 (0)