File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -789,6 +789,7 @@ void Serializer::writeBlockInfoBlock() {
789
789
BLOCK_RECORD (sil_block, SIL_INST_LINEAR_FUNCTION);
790
790
BLOCK_RECORD (sil_block, SIL_INST_DIFFERENTIABLE_FUNCTION_EXTRACT);
791
791
BLOCK_RECORD (sil_block, SIL_INST_LINEAR_FUNCTION_EXTRACT);
792
+ BLOCK_RECORD (sil_block, SIL_DIFFERENTIABILITY_WITNESS);
792
793
// SWIFT_ENABLE_TENSORFLOW END
793
794
794
795
// These layouts can exist in both decl blocks and sil blocks.
@@ -829,6 +830,7 @@ void Serializer::writeBlockInfoBlock() {
829
830
BLOCK_RECORD (sil_index_block, SIL_DEFAULT_WITNESS_TABLE_OFFSETS);
830
831
BLOCK_RECORD (sil_index_block, SIL_PROPERTY_OFFSETS);
831
832
// SWIFT_ENABLE_TENSORFLOW
833
+ BLOCK_RECORD (sil_index_block, SIL_DIFFERENTIABILITY_WITNESS_NAMES);
832
834
BLOCK_RECORD (sil_index_block, SIL_DIFFERENTIABILITY_WITNESS_OFFSETS);
833
835
// SWIFT_ENABLE_TENSORFLOW END
834
836
You can’t perform that action at this time.
0 commit comments