about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2024-04-02 23:44:29 -0700
committerGitHub <noreply@github.com>2024-04-02 23:44:29 -0700
commit04a7a559fc85ca4a2fb5f94980aea2e4c3600309 (patch)
tree2bf67d93c02560b71079cd3b7e8581a7070cff9e /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentf700fb24f39f4b027b03b5b1e4e6723d24f701b8 (diff)
parent00f7f57159aac2e1df49db2eb87353338bef2bb0 (diff)
downloadrust-04a7a559fc85ca4a2fb5f94980aea2e4c3600309.tar.gz
rust-04a7a559fc85ca4a2fb5f94980aea2e4c3600309.zip
Rollup merge of #123359 - bzEq:aix-libc++abi, r=cuviper
Link against libc++abi and libunwind as well when building LLVM wrappers on AIX

Unlike `libc++.so` on Linux which is a linker script
```ld
INPUT(libc++.so.1 -lc++abi -lunwind)
```
AIX linker doesn't support such script, so `c++abi` and `unwind` have to be specified explicitly.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions