@@ -786,7 +786,6 @@ const spirv_opt_files = .{
786786 spirv_opt_path ++ "source/binary.cpp" ,
787787 spirv_opt_path ++ "source/diagnostic.cpp" ,
788788 spirv_opt_path ++ "source/disassemble.cpp" ,
789- spirv_opt_path ++ "source/enum_string_mapping.cpp" ,
790789 spirv_opt_path ++ "source/ext_inst.cpp" ,
791790 spirv_opt_path ++ "source/extensions.cpp" ,
792791 spirv_opt_path ++ "source/libspirv.cpp" ,
@@ -914,6 +913,8 @@ const spirv_opt_files = .{
914913 spirv_opt_path ++ "source/opt/wrap_opkill.cpp" ,
915914 spirv_opt_path ++ "source/opt/opextinst_forward_ref_fixup_pass.cpp" ,
916915 spirv_opt_path ++ "source/opt/struct_packing_pass.cpp" ,
916+ spirv_opt_path ++ "source/opt/split_combined_image_sampler_pass.cpp" ,
917+ spirv_opt_path ++ "source/opt/resolve_binding_conflicts_pass.cpp" ,
917918 spirv_opt_path ++ "source/parsed_operand.cpp" ,
918919 spirv_opt_path ++ "source/print.cpp" ,
919920 spirv_opt_path ++ "source/reduce/change_operand_reduction_opportunity.cpp" ,
@@ -954,6 +955,7 @@ const spirv_opt_files = .{
954955 spirv_opt_path ++ "source/spirv_target_env.cpp" ,
955956 spirv_opt_path ++ "source/spirv_validator_options.cpp" ,
956957 spirv_opt_path ++ "source/table.cpp" ,
958+ spirv_opt_path ++ "source/table2.cpp" ,
957959 spirv_opt_path ++ "source/text.cpp" ,
958960 spirv_opt_path ++ "source/text_handler.cpp" ,
959961 spirv_opt_path ++ "source/util/bit_vector.cpp" ,
@@ -1004,4 +1006,6 @@ const spirv_opt_files = .{
10041006 spirv_opt_path ++ "source/val/validate_type.cpp" ,
10051007 spirv_opt_path ++ "source/val/validation_state.cpp" ,
10061008 spirv_opt_path ++ "source/val/validate_tensor_layout.cpp" ,
1009+ spirv_opt_path ++ "source/val/validate_tensor.cpp" ,
1010+ spirv_opt_path ++ "source/val/validate_invalid_type.cpp" ,
10071011};
0 commit comments