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

Nick Sarnie via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 09:33:44 PDT 2025


================
@@ -792,6 +805,7 @@ bundleLinkedOutput(ArrayRef<OffloadingImage> Images, const ArgList &Args,
   llvm::TimeTraceScope TimeScope("Bundle linked output");
   switch (Kind) {
   case OFK_OpenMP:
+  case OFK_SYCL:
     return bundleOpenMP(Images);
----------------
sarnex wrote:

yeah if SYCL using this bundling is only temporary it's fine as is imo

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


More information about the llvm-commits mailing list