commit: d9b8f0003ae3756b3c175e7b56ab09bb0eb1bb39
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 12:30:06 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 14:11:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b8f000
llvm-core/libclc: Remove obsolete amdgcn targets
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-core/libclc/libclc-23.0.0.9999.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/llvm-core/libclc/libclc-23.0.0.9999.ebuild
b/llvm-core/libclc/libclc-23.0.0.9999.ebuild
index 03102fda6c73..8ed3c1d2b4a1 100644
--- a/llvm-core/libclc/libclc-23.0.0.9999.ebuild
+++ b/llvm-core/libclc/libclc-23.0.0.9999.ebuild
@@ -48,9 +48,7 @@ src_configure() {
"nvptx64-nvidia-cuda"
)
use video_cards_radeonsi && libclc_targets+=(
- "amdgcn--"
"amdgcn-amd-amdhsa-llvm"
- "amdgcn-mesa-mesa3d"
)
libclc_targets=${libclc_targets[*]}