https://github.com/arsenm created 
https://github.com/llvm/llvm-project/pull/185385

amdgcn-- was probably dead when clover was being maintained, since
it switched to using amdgcn-mesa-mesa3d. Also remove amdgcn-mesa-mesa3d,
since clover is no longer in mesa.

>From 8a1052188c96d97a3f9d1d347cf656fc10d30064 Mon Sep 17 00:00:00 2001
From: Matt Arsenault <[email protected]>
Date: Mon, 9 Mar 2026 11:15:05 +0100
Subject: [PATCH] libclc: Remove old mesa amdgcn targets

amdgcn-- was probably dead when clover was being maintained, since
it switched to using amdgcn-mesa-mesa3d. Also remove amdgcn-mesa-mesa3d,
since clover is no longer in mesa.
---
 libclc/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt
index cf4e4eed1d4d1..f55f02f0e2fc0 100644
--- a/libclc/CMakeLists.txt
+++ b/libclc/CMakeLists.txt
@@ -32,9 +32,7 @@ option(
 
 # List of all supported targets.
 set( LIBCLC_TARGETS_ALL
-  amdgcn--
   amdgcn-amd-amdhsa-llvm
-  amdgcn-mesa-mesa3d
   clspv--
   clspv64--
   nvptx64--

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to