summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-10-04 16:50:50 -0700
committerDylan Baker <[email protected]>2017-10-09 13:42:43 -0700
commit001b65a899af86a5ae18e4558d2978926aff432b (patch)
treea0f76401b88b2a7fc55eeddada4fd0ca1b1fc408 /src/compiler/nir
parentfc48ad24272799b154de37f6a944eb391bdbbb82 (diff)
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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/compiler/nir')
-rw-r--r--src/compiler/nir/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build
index 8a85d119530..faa69e3aa30 100644
--- a/src/compiler/nir/meson.build
+++ b/src/compiler/nir/meson.build
@@ -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',