mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-23 23:36:04 +00:00

Summary: Currently we have several hacks to work around the fact that the NVPTX linker, 'nvlink', does not support static libraries or LTO linking. The patch in https://github.com/llvm/llvm-project/pull/96561 introduces a wrapper in the toolchain that allows us to use a standard `ld.lld` like interface. This means all the divergence with this target can be removed. Depends on https://github.com/llvm/llvm-project/pull/96561