[llvm-branch-commits] [clang] [libclc] clang/AMDGPU: Do not look for rocm device libs if environment is llvm (PR #180922)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Feb 11 05:29:19 PST 2026


================
@@ -154,7 +154,7 @@ endif()
 # List of all targets. Note that some are added dynamically below.
 set( LIBCLC_TARGETS_ALL
   amdgcn--
-  amdgcn-amd-amdhsa
+  amdgcn-amd-amdhsa-llvm
----------------
arsenm wrote:

That is fine and desirable. Nobody is using libclc with amdgcn-amd-amdhsa, and my plan is to use the environment to flip this. This is needed to get started incrementally doing anything in this direction 

https://github.com/llvm/llvm-project/pull/180922


More information about the llvm-branch-commits mailing list