File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -657,6 +657,8 @@ void Serializer::writeBlockInfoBlock() {
657
657
decls_block::GENERIC_PARAM);
658
658
BLOCK_RECORD_WITH_NAMESPACE (sil_block,
659
659
decls_block::GENERIC_REQUIREMENT);
660
+ BLOCK_RECORD_WITH_NAMESPACE (sil_block,
661
+ decls_block::LAYOUT_REQUIREMENT);
660
662
661
663
BLOCK (SIL_INDEX_BLOCK);
662
664
BLOCK_RECORD (sil_index_block, SIL_FUNC_NAMES);
@@ -3528,6 +3530,7 @@ void Serializer::writeAllDeclsAndTypes() {
3528
3530
registerDeclTypeAbbr<GenericParamListLayout>();
3529
3531
registerDeclTypeAbbr<GenericParamLayout>();
3530
3532
registerDeclTypeAbbr<GenericRequirementLayout>();
3533
+ registerDeclTypeAbbr<LayoutRequirementLayout>();
3531
3534
registerDeclTypeAbbr<GenericEnvironmentLayout>();
3532
3535
registerDeclTypeAbbr<SILGenericEnvironmentLayout>();
3533
3536
You can’t perform that action at this time.
0 commit comments