[clang] [llvm] [SYCL] Add clang-linker-wrapper changes to call clang-sycl-linker for SYCL offloads (PR #135683)

Arvind Sudarsanam via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 14 16:27:19 PDT 2025


================
@@ -35,6 +35,7 @@ enum OffloadKind : uint16_t {
   OFK_OpenMP,
   OFK_Cuda,
   OFK_HIP,
+  OFK_SYCL,
----------------
asudarsa wrote:

As proposed by @jhuber6 earlier, I will submit a separate PR to make changes to offload kind representation.
And then update this PR after that gets merged.

Thanks

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


More information about the llvm-commits mailing list