Skip to content

Commit

Permalink
Compile and link missing passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 5, 2024
1 parent c09bb29 commit 4ef9170
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spirv-tools-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ fn opt(build: &mut Build) {
"spirv-tools/source/opt",
&[
"aggressive_dead_code_elim_pass",
"analyze_live_input_pass",
"amd_ext_to_khr",
"basic_block",
"block_merge_pass",
Expand Down Expand Up @@ -91,7 +92,9 @@ fn opt(build: &mut Build) {
"eliminate_dead_constant_pass",
"eliminate_dead_functions_pass",
"eliminate_dead_functions_util",
"eliminate_dead_io_components_pass",
"eliminate_dead_members_pass",
"eliminate_dead_output_stores_pass",
"feature_manager",
"fix_func_call_arguments",
"fix_storage_class",
Expand All @@ -114,6 +117,7 @@ fn opt(build: &mut Build) {
"instrument_pass",
"interface_var_sroa",
"interp_fixup_pass",
"invocation_interlock_placement_pass",
"ir_context",
"ir_loader",
"licm_pass",
Expand Down Expand Up @@ -160,6 +164,8 @@ fn opt(build: &mut Build) {
"strip_debug_info_pass",
"strip_nonsemantic_info_pass",
"struct_cfg_analysis",
"switch_descriptorset_pass",
"trim_capabilities_pass",
"type_manager",
"types",
"unify_const_pass",
Expand Down

0 comments on commit 4ef9170

Please sign in to comment.