From fee07a393760b460b0a910d2bd33471b36fb5f4b 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: (cherry picked from commit b5b855149caad60042ad0bc2d4c131c7063ff088) --- .pick_status.json | 2 +- meson.build | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pick_status.json b/.pick_status.json index 2bca72b1136..050e204c370 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1039,7 +1039,7 @@ "description": "meson: Microsoft / maybe Intel CLC need the all-targets workaround just like clover", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "1506ea2ecb8d017dbe1bbe7bec03294619683e13" }, diff --git a/meson.build b/meson.build index cdff0312e56..70a0d576b9e 100644 --- a/meson.build +++ b/meson.build @@ -1659,6 +1659,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'