mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization: Fix PackConformance deserialization
This commit is contained in:
@@ -110,6 +110,7 @@ ModuleFile::ModuleFile(std::shared_ptr<const ModuleFileSharedCore> core)
|
||||
allocateBuffer(Decls, core->Decls);
|
||||
allocateBuffer(LocalDeclContexts, core->LocalDeclContexts);
|
||||
allocateBuffer(Conformances, core->Conformances);
|
||||
allocateBuffer(PackConformances, core->PackConformances);
|
||||
allocateBuffer(SILLayouts, core->SILLayouts);
|
||||
allocateBuffer(Types, core->Types);
|
||||
allocateBuffer(ClangTypes, core->ClangTypes);
|
||||
|
||||
Reference in New Issue
Block a user