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'