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.
2 parents ce39d0f + f318cf3 commit 3ce46e8Copy full SHA for 3ce46e8
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