mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Serialization] Serialize/deserialize source file list
This commit is contained in:
@@ -974,6 +974,9 @@ bool ModuleFileSharedCore::readDeclLocsBlock(llvm::BitstreamCursor &cursor) {
|
||||
return false;
|
||||
}
|
||||
switch (*kind) {
|
||||
case decl_locs_block::SOURCE_FILE_LIST:
|
||||
SourceFileListData = blobData;
|
||||
break;
|
||||
case decl_locs_block::BASIC_DECL_LOCS:
|
||||
BasicDeclLocsData = blobData;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user