[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 16:05:47 PDT 2024


llvm-beanz wrote:

> I don't think `lld` makes sense, but you can definitely use the LTO interface inside of this tool to create a similar effect. 

Why not? `lld` is a toolchain linker (which you said this is supposed to emulate), and it is an interface to the LTO interface... so it seems to me like `lld` is the right place to do this.



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


More information about the cfe-commits mailing list