[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
Wed Apr 16 17:36:08 PDT 2025


asudarsa wrote:

Hi @jhuber6 

I added a constraint that Images of SYCL offloading kind cannot be linked with images of other kind. This is a valid constraint in the current state of SYCL upstreaming effort. We will aim to remove this constraint soon.

This makes the clang-linker-wrapper code changes manageable.

Hope this is an agreeable resolution.

Thanks for driving me towards this.


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


More information about the cfe-commits mailing list