about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2024-11-14 17:55:24 -0800
committerGitHub <noreply@github.com>2024-11-14 17:55:24 -0800
commitfcc084520c0a68cb031d2090f8f9e49b84e2fe06 (patch)
tree7573b947eb6bd60c7365c5df5790927dc53a5014 /compiler/rustc_codegen_llvm/src
parentb1b56b11a2c1a2c08690e8424e98a14f1e251553 (diff)
parent467ce2695a9efca6f2494be680e922ac541df2e3 (diff)
downloadrust-fcc084520c0a68cb031d2090f8f9e49b84e2fe06.tar.gz
rust-fcc084520c0a68cb031d2090f8f9e49b84e2fe06.zip
Rollup merge of #132905 - xingxue-ibm:link-unwind, r=bjorn3
[AIX] Add crate "unwind" to link with libunwind

The Rust on IBM AIX uses LLVM's `libunwind`. Since crate `unwind` is a dependency of crate `std` and `#![no_std]` is specified in the test case, `libunwind` is not included in the link command by default. As a result, the test case fails to link with the error "Undefined symbol: ._Unwind_Resume" on AIX. This PR explicitly adds crate `unwind` for AIX, along with feature `panic_unwind`, which is required to include the `unwind` crate.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions