diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-07-22 22:16:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 22:16:50 -0500 |
commit | e7a2405383e9f36aa6fe75a49632f7ca9a2f7b12 (patch) | |
tree | c8e9694cb99ed7e601c96b306fd8a1f50c4d1689 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 9e97f80cc5fe802e52f56699ce2df40a3aa989e3 (diff) | |
download | llvm-e7a2405383e9f36aa6fe75a49632f7ca9a2f7b12.zip llvm-e7a2405383e9f36aa6fe75a49632f7ca9a2f7b12.tar.gz llvm-e7a2405383e9f36aa6fe75a49632f7ca9a2f7b12.tar.bz2 |
[libc] Remove workarounds for lack of functional NVPTX linker (#96972)
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions