mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
brw: Rename brw_nir_trig build target to brw_nir_workarounds
Matches the recent file rename. Reviewed-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37755>
This commit is contained in:
parent
b15b83f43f
commit
86aa241c66
1 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ brw_nir_lower_fsign = custom_target(
|
|||
capture : true,
|
||||
)
|
||||
|
||||
brw_nir_trig = custom_target(
|
||||
brw_nir_workarounds = custom_target(
|
||||
'brw_nir_workarounds.c',
|
||||
input : 'brw_nir_workarounds.py',
|
||||
output : 'brw_nir_workarounds.c',
|
||||
|
|
@ -154,7 +154,7 @@ brw_nir_trig = custom_target(
|
|||
|
||||
libintel_compiler_brw = static_library(
|
||||
'intel_compiler',
|
||||
[libintel_compiler_brw_files, intel_nir_files, brw_nir_lower_fsign, brw_nir_trig, [brw_device_sha1_gen_src]],
|
||||
[libintel_compiler_brw_files, intel_nir_files, brw_nir_lower_fsign, brw_nir_workarounds, [brw_device_sha1_gen_src]],
|
||||
include_directories : [inc_include, inc_src, inc_intel],
|
||||
c_args : [no_override_init_args],
|
||||
cpp_args : ['-Werror=vla'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue