[clang] [Clang][SYCL] Introduce clang-sycl-link-wrapper to link SYCL offloading device code (Part 1 of many) (PR #112245)

Chris B via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 15 14:56:05 PDT 2024


https://github.com/llvm-beanz commented:

Why is this a clang-based tool? Other than using clang/Basic to get the clang version (which could also be retrieved from LLVM), this doesn't seem to have any dependencies on Clang.

As I'm seeing the SYCL patches coming in I'm getting concerned that the architecture of the SYCL compiler doesn't align with LLVM and Clang's design.

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


More information about the cfe-commits mailing list