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:
321d1d3
)
rusticl: Emit build-id in libRusticlOpenCL
author
Tomeu Vizoso
<tomeu.vizoso@collabora.com>
Tue, 22 Nov 2022 11:39:53 +0000
(12:39 +0100)
committer
Marge Bot
<emma+marge@anholt.net>
Tue, 22 Nov 2022 15:22:40 +0000
(15:22 +0000)
Drivers may need it for their on-disk shader caches.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19927>
src/gallium/targets/rusticl/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/targets/rusticl/meson.build
b/src/gallium/targets/rusticl/meson.build
index
a968dee
..
71c5da2
100644
(file)
--- a/
src/gallium/targets/rusticl/meson.build
+++ b/
src/gallium/targets/rusticl/meson.build
@@
-48,6
+48,7
@@
librusticl = shared_library(
driver_swrast,
idep_nir,
],
+ link_args: ld_args_build_id,
version : '@0@.0.0'.format(opencl_version),
install : true,
)