[clang] [llvm] [SYCL] Add offload wrapping for SYCL kind. (PR #147508)

Nick Sarnie via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 19 07:20:27 PDT 2025


================
@@ -52,6 +54,23 @@ LLVM_ABI llvm::Error wrapHIPBinary(llvm::Module &M, llvm::ArrayRef<char> Images,
                                    EntryArrayTy EntryArray,
                                    llvm::StringRef Suffix = "",
                                    bool EmitSurfacesAndTextures = true);
+
+struct SYCLWrappingOptions {
----------------
sarnex wrote:

The ELF contains it but I didn't hook it up to anything from the FE yet, see [here](https://github.com/llvm/llvm-project/blob/main/llvm/lib/Frontend/Offloading/Utility.cpp#L399).

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


More information about the cfe-commits mailing list