Skip to content

Commit 7aac28e

Browse files
committed
[Serialization] Add the STRICT_MEMORY_SAFETY record type.
1 parent 89d0277 commit 7aac28e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Serialization/Serialization.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ void Serializer::writeBlockInfoBlock() {
862862
BLOCK_RECORD(options_block, HAS_CXX_INTEROPERABILITY_ENABLED);
863863
BLOCK_RECORD(options_block, ALLOW_NON_RESILIENT_ACCESS);
864864
BLOCK_RECORD(options_block, SERIALIZE_PACKAGE_ENABLED);
865+
BLOCK_RECORD(options_block, STRICT_MEMORY_SAFETY);
865866
BLOCK_RECORD(options_block, CXX_STDLIB_KIND);
866867
BLOCK_RECORD(options_block, PUBLIC_MODULE_NAME);
867868
BLOCK_RECORD(options_block, SWIFT_INTERFACE_COMPILER_VERSION);

0 commit comments

Comments
 (0)