mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialize decls with _specialize(exported:true, target: somefunc(_:), ...) in a list for fast lookup
rdar://71430641
This commit is contained in:
@@ -685,6 +685,9 @@ bool ModuleFileSharedCore::readIndexBlock(llvm::BitstreamCursor &cursor) {
|
||||
case index_block::ORDERED_TOP_LEVEL_DECLS:
|
||||
allocateBuffer(OrderedTopLevelDecls, scratch);
|
||||
break;
|
||||
case index_block::EXPORTED_PRESPECIALIZATION_DECLS:
|
||||
allocateBuffer(ExportedPrespecializationDecls, scratch);
|
||||
break;
|
||||
case index_block::LOCAL_TYPE_DECLS:
|
||||
LocalTypeDecls = readLocalDeclTable(scratch, blobData);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user