File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
lldb/source/Plugins/TypeSystem/Swift Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1065,10 +1065,9 @@ static const char *getImportFailureString(swift::serialization::Status status) {
1065
1065
case swift::serialization::Status::NotInOSSA:
1066
1066
return " The module file was not compiled with -enable-ossa-modules when it "
1067
1067
" was required to do so." ;
1068
- case swift::serialization::Status::NotUsingNoncopyableGenerics:
1069
- return " The module file was not compiled with "
1070
- " -enable-experimental-feature NoncopyableGenerics when it "
1071
- " was required to do so." ;
1068
+ case swift::serialization::Status::NoncopyableGenericsMismatch:
1069
+ return " The module file was compiled with a mismatching "
1070
+ " -enable-experimental-feature NoncopyableGenerics setting." ;
1072
1071
case swift::serialization::Status::SDKMismatch:
1073
1072
return " The module file was built with a different SDK version." ;
1074
1073
}
You can’t perform that action at this time.
0 commit comments