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 caa5be8 + a37f818 commit bacbdb8Copy full SHA for bacbdb8
include/swift/Remote/MetadataReader.h
@@ -787,7 +787,7 @@ class MetadataReader {
787
baseSize = sizeof(TargetAnonymousContextDescriptor<Runtime>);
788
if (AnonymousContextDescriptorFlags(flags.getKindSpecificFlags())
789
.hasMangledName()) {
790
- baseSize += sizeof(TargetMangledContextName<Runtime>);
+ metadataInitSize = sizeof(TargetMangledContextName<Runtime>);
791
}
792
break;
793
case ContextDescriptorKind::Class:
0 commit comments