[libclc] [libclc] Initial support for cross-compiling OpenCL libraries (PR #174022)
Wenju He via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 4 21:07:21 PST 2026
================
@@ -206,10 +218,12 @@ set( r600--_devices cedar cypress barts cayman )
set( amdgcn--_devices tahiti )
set( amdgcn-mesa-mesa3d_devices ${amdgcn--_devices} )
set( amdgcn--amdhsa_devices none )
+set( amdgcn-amd-amdhsa_devices none )
----------------
wenju-he wrote:
perhaps we can drop amdgcn--amdhsa_devices target from libclc since the bitcode will be the same?
https://github.com/llvm/llvm-project/pull/174022
More information about the cfe-commits
mailing list