Author: Matt Arsenault Date: 2026-03-09T11:28:21+01:00 New Revision: c73bd3e73450aa1682841c239d13d5bedf5e57e2
URL: https://github.com/llvm/llvm-project/commit/c73bd3e73450aa1682841c239d13d5bedf5e57e2 DIFF: https://github.com/llvm/llvm-project/commit/c73bd3e73450aa1682841c239d13d5bedf5e57e2.diff LOG: libclc: Remove old mesa amdgcn targets (#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. Added: Modified: libclc/CMakeLists.txt Removed: ################################################################################ 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
