projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc48ad2
)
meson: add nir_linking_helpers.c to libnir
author
Dylan Baker
<dylan@pnwbakers.com>
Wed, 4 Oct 2017 23:50:50 +0000
(16:50 -0700)
committer
Dylan 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
patch
|
blob
|
history
diff --git
a/src/compiler/nir/meson.build
b/src/compiler/nir/meson.build
index
8a85d11
..
faa69e3
100644
(file)
--- 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',