commit: 189a5b04b53f80a8d64e5b54734c45f36fd5147e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Feb 17 18:50:12 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Feb 17 20:47:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189a5b04
llvm-core/libclc: Enable clspv* targets in 21.0.0.9999 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-core/libclc/libclc-21.0.0.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm-core/libclc/libclc-21.0.0.9999.ebuild b/llvm-core/libclc/libclc-21.0.0.9999.ebuild index 9cdeaf14ad66..e04a4c254a22 100644 --- a/llvm-core/libclc/libclc-21.0.0.9999.ebuild +++ b/llvm-core/libclc/libclc-21.0.0.9999.ebuild @@ -31,7 +31,10 @@ pkg_setup() { } src_configure() { - local libclc_targets=() + local libclc_targets=( + "clspv--" + "clspv64--" + ) use spirv && libclc_targets+=( "spirv-mesa3d-"