sarnex wrote: > LLD can link LLVM, do LTO and emit SPIR-V with SPIR-V backend (or LLVM > bitcode with -emit-llvm option). Have you considered using LLD for OpenMP > device RTL?
But it can't actually link SPIR-V, so we can't use it when we aren't using LTO, so we would only ever `lld` when LTO is enabled, which seems somewhat weird. https://github.com/llvm/llvm-project/pull/169572 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
