From b5b855149caad60042ad0bc2d4c131c7063ff088 Mon Sep 17 00:00:00 2001 From: pal1000 Date: Thu, 21 Jul 2022 13:59:11 +0300 Subject: [PATCH] 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 Part-of: --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index ed58e6148d7b9..f5383757acc90 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'