commit: 56339adad43c1a053788928c8b6646d3f6731c1d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 10 14:40:20 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 14:49:44 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56339ada
llvm-core/libclc: Add nvptx64-nvidia-cuda target to 22.0.0.9999
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-core/libclc/libclc-22.0.0.9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/llvm-core/libclc/libclc-22.0.0.9999.ebuild
b/llvm-core/libclc/libclc-22.0.0.9999.ebuild
index 37abdab921a8..c1d27d4c302c 100644
--- a/llvm-core/libclc/libclc-22.0.0.9999.ebuild
+++ b/llvm-core/libclc/libclc-22.0.0.9999.ebuild
@@ -45,6 +45,7 @@ src_configure() {
use video_cards_nvidia && libclc_targets+=(
"nvptx64--"
"nvptx64--nvidiacl"
+ "nvptx64-nvidia-cuda"
)
use video_cards_r600 && libclc_targets+=(
"r600--"