meson: add nir_linking_helpers.c to libnir
authorDylan Baker <dylan@pnwbakers.com>
Wed, 4 Oct 2017 23:50:50 +0000 (16:50 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 9 Oct 2017 20:42:43 +0000 (13:42 -0700)
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>
src/compiler/nir/meson.build

index 8a85d119530c8c0fc4d8ffbfa39f3c21b7c36bc8..faa69e3aa3066c4fe9e0c79a0925ea358677c77f 100644 (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',