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:
Dylan Baker
2017-10-04 16:50:50 -07:00
parent fc48ad2427
commit 001b65a899

View File

@@ -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',