summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpal1000 <liviuprodea@yahoo.com>2022-07-21 13:59:11 +0300
committerMarge Bot <emma+marge@anholt.net>2022-08-12 17:39:20 +0000
commitb5b855149caad60042ad0bc2d4c131c7063ff088 (patch)
tree24f9d1d060ace473baa840a9091eed987a1d8cf0
parent1df92ed2a68bf8ea331e44eddb6a194f82612297 (diff)
meson: Microsoft / maybe Intel CLC need the all-targets workaround
just like clover Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5666 Fixes: 1506ea2ecb ("Move a bunch of the CLC stuff from src/microsoft to common code") Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17682>
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ed58e6148d7..f5383757acc 100644
--- a/meson.build
+++ b/meson.build
@@ -1707,6 +1707,7 @@ if with_gallium_opencl
endif
if with_clc
llvm_modules += ['coverage', 'target', 'linker', 'irreader', 'option', 'libdriver', 'lto']
+ llvm_optional_modules += ['all-targets']
endif
if with_tests or with_gallium_softpipe
llvm_modules += 'native'