Skip to content

Commit 1d76a1f

Browse files
committed
[Serialization] Bump number of bits for decl/type block id to 9
1 parent 6b99c81 commit 1d76a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Serialization/Serialization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5915,7 +5915,7 @@ bool Serializer::writeASTBlockEntitiesIfNeeded(
59155915
}
59165916

59175917
void Serializer::writeAllDeclsAndTypes() {
5918-
BCBlockRAII restoreBlock(Out, DECLS_AND_TYPES_BLOCK_ID, 8);
5918+
BCBlockRAII restoreBlock(Out, DECLS_AND_TYPES_BLOCK_ID, 9);
59195919
using namespace decls_block;
59205920
registerDeclTypeAbbr<BuiltinAliasTypeLayout>();
59215921
registerDeclTypeAbbr<TypeAliasTypeLayout>();

0 commit comments

Comments
 (0)