mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #67369 from compnerd/static-serialization
Serialization: allow `IS_STATIC_LIBRARY` to be deserialised properly
This commit is contained in:
@@ -837,6 +837,7 @@ void Serializer::writeBlockInfoBlock() {
|
||||
BLOCK_RECORD(options_block, SDK_PATH);
|
||||
BLOCK_RECORD(options_block, XCC);
|
||||
BLOCK_RECORD(options_block, IS_SIB);
|
||||
BLOCK_RECORD(options_block, IS_STATIC_LIBRARY);
|
||||
BLOCK_RECORD(options_block, IS_TESTABLE);
|
||||
BLOCK_RECORD(options_block, ARE_PRIVATE_IMPORTS_ENABLED);
|
||||
BLOCK_RECORD(options_block, RESILIENCE_STRATEGY);
|
||||
|
||||
Reference in New Issue
Block a user