[clang] [llvm] [SYCL] Add clang-linker-wrapper changes to call clang-sycl-linker for SYCL offloads (PR #135683)
Arvind Sudarsanam via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 14 16:24:37 PDT 2025
================
@@ -35,6 +35,7 @@ enum OffloadKind : uint16_t {
OFK_OpenMP,
OFK_Cuda,
OFK_HIP,
+ OFK_SYCL,
----------------
asudarsa wrote:
As mentioned earlier (https://github.com/llvm/llvm-project/pull/135683#discussion_r2043140354), it might be better to address this change in a subsequent PR. Hope that's agreeable.
Thanks
https://github.com/llvm/llvm-project/pull/135683
More information about the cfe-commits
mailing list