Serialization: Serialize PackConformance

This commit is contained in:
Slava Pestov
2023-04-18 22:42:02 -04:00
parent df5d531dc6
commit 1e26137379
9 changed files with 217 additions and 40 deletions

View File

@@ -890,6 +890,10 @@ bool ModuleFileSharedCore::readIndexBlock(llvm::BitstreamCursor &cursor) {
assert(blobData.empty());
allocateBuffer(Conformances, scratch);
break;
case index_block::PACK_CONFORMANCE_OFFSETS:
assert(blobData.empty());
allocateBuffer(PackConformances, scratch);
break;
case index_block::SIL_LAYOUT_OFFSETS:
assert(blobData.empty());
allocateBuffer(SILLayouts, scratch);