mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[serialization] Rename SILGenericOuterParamDeclID to SILGenericOuterParams.
Also, add the record to the block info for the SIL block, so that it can be inspected by llvm-bcanalyzer. Swift SVN r14417
This commit is contained in:
@@ -283,6 +283,7 @@ void Serializer::writeBlockInfoBlock() {
|
||||
BLOCK_RECORD(sil_block, SIL_WITNESS_BASE_ENTRY);
|
||||
BLOCK_RECORD(sil_block, SIL_WITNESS_ASSOC_PROTOCOL);
|
||||
BLOCK_RECORD(sil_block, SIL_WITNESS_ASSOC_ENTRY);
|
||||
BLOCK_RECORD(sil_block, SIL_GENERIC_OUTER_PARAMS);
|
||||
|
||||
// These layouts can exist in both decl blocks and sil blocks.
|
||||
#define BLOCK_RECORD_WITH_NAMESPACE(K, X) emitRecordID(Out, X, #X, nameBuffer)
|
||||
|
||||
Reference in New Issue
Block a user