Skip to content

Commit f661182

Browse files
committed
Serialization: Fix serialization of PackElementType
1 parent f0c905d commit f661182

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
@@ -5643,6 +5643,7 @@ void Serializer::writeAllDeclsAndTypes() {
56435643
registerDeclTypeAbbr<OptionalTypeLayout>();
56445644
registerDeclTypeAbbr<DynamicSelfTypeLayout>();
56455645
registerDeclTypeAbbr<PackExpansionTypeLayout>();
5646+
registerDeclTypeAbbr<PackElementTypeLayout>();
56465647
registerDeclTypeAbbr<PackTypeLayout>();
56475648
registerDeclTypeAbbr<SILPackTypeLayout>();
56485649

0 commit comments

Comments
 (0)