Skip to content

Commit c1cd15f

Browse files
committed
Serialization: Fix serialization of PackElementType
1 parent 654722b commit c1cd15f

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
@@ -5652,6 +5652,7 @@ void Serializer::writeAllDeclsAndTypes() {
56525652
registerDeclTypeAbbr<OptionalTypeLayout>();
56535653
registerDeclTypeAbbr<DynamicSelfTypeLayout>();
56545654
registerDeclTypeAbbr<PackExpansionTypeLayout>();
5655+
registerDeclTypeAbbr<PackElementTypeLayout>();
56555656
registerDeclTypeAbbr<PackTypeLayout>();
56565657
registerDeclTypeAbbr<SILPackTypeLayout>();
56575658

0 commit comments

Comments
 (0)