Skip to content
Snippets Groups Projects
Commit ecc41f91 authored by Prodea Alexandru-Liviu's avatar Prodea Alexandru-Liviu Committed by Dylan Baker
Browse files

meson: Microsoft / maybe Intel CLC need the all-targets workaround

just like clover

Closes: mesa/mesa#5666


Fixes: 1506ea2e ("Move a bunch of the CLC stuff from src/microsoft to common code")

Reviewed-by: Jesse Natalie's avatarJesse Natalie <jenatali@microsoft.com>
Part-of: <mesa/mesa!17682>
(cherry picked from commit b5b85514)
parent f1a407de
No related branches found
No related tags found
No related merge requests found
......@@ -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"
},
......
......@@ -1718,6 +1718,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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment