Skip to content

Commit cc13fd5

Browse files
committed
update RevisionIncompatible string
1 parent 3598797 commit cc13fd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +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 precise revision version doesn't match.";
1275+
return "The resilient module file was built by a different version of the "
1276+
"compiler.";
12761277
}
12771278
}
12781279

0 commit comments

Comments
 (0)