Merge pull request #84948 from DougGregor/extern-c-asmname

[SILGen] Map the @_extern(c) C function name over to the asmname of a SIL function
This commit is contained in:
Doug Gregor
2025-10-16 18:27:00 -07:00
committed by GitHub
9 changed files with 57 additions and 21 deletions

View File

@@ -975,7 +975,7 @@ void Serializer::writeBlockInfoBlock() {
BLOCK_RECORD(sil_block, SIL_SOURCE_LOC_REF);
BLOCK_RECORD(sil_block, SIL_DEBUG_VALUE);
BLOCK_RECORD(sil_block, SIL_DEBUG_VALUE_DELIMITER);
BLOCK_RECORD(sil_block, SIL_EXTRA_STRING);
BLOCK(SIL_INDEX_BLOCK);
BLOCK_RECORD(sil_index_block, SIL_FUNC_NAMES);