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 66a730b commit f318cf3Copy full SHA for f318cf3
lib/Serialization/Deserialization.cpp
@@ -1724,7 +1724,7 @@ ModuleFile::getGenericSignatureChecked(serialization::GenericSignatureID ID) {
1724
}
1725
default:
1726
// Not a generic signature; no way to recover.
1727
- fatal(llvm::make_error<InvalidRecordKindError>(recordID));
+ return diagnoseFatal(llvm::make_error<InvalidRecordKindError>(recordID));
1728
1729
1730
// If we've already deserialized this generic signature, start over to return
0 commit comments