mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
meson: add nir_linking_helpers.c to libnir
This was missed in a rebase, and doesn't affect radv or anv, only i965. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
fc48ad2427
commit
001b65a899
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ files_libnir = files(
|
|||
'nir_instr_set.h',
|
||||
'nir_intrinsics.c',
|
||||
'nir_intrinsics.h',
|
||||
'nir_linking_helpers.c',
|
||||
'nir_liveness.c',
|
||||
'nir_loop_analyze.c',
|
||||
'nir_loop_analyze.h',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue