Merge pull request #65311 from slavapestov/open-pack-element-serialization

Fix serialization of open_pack_element and tweak variadic generic function mangling
This commit is contained in:
Slava Pestov
2023-04-20 09:01:46 -04:00
committed by GitHub
12 changed files with 62 additions and 25 deletions

View File

@@ -926,6 +926,9 @@ void Serializer::writeBlockInfoBlock() {
BLOCK_RECORD(sil_block, SIL_ONE_OPERAND_EXTRA_ATTR);
BLOCK_RECORD(sil_block, SIL_ONE_TYPE_ONE_OPERAND_EXTRA_ATTR);
BLOCK_RECORD(sil_block, SIL_TWO_OPERANDS_EXTRA_ATTR);
BLOCK_RECORD(sil_block, SIL_OPEN_PACK_ELEMENT);
BLOCK_RECORD(sil_block, SIL_PACK_ELEMENT_GET);
BLOCK_RECORD(sil_block, SIL_PACK_ELEMENT_SET);
BLOCK(SIL_INDEX_BLOCK);
BLOCK_RECORD(sil_index_block, SIL_FUNC_NAMES);