[libcxx-commits] [PATCH] D158011: Make _LIBUNWIND_SUPPORT_FRAME_APIS not conditional on target architecure.
Mateusz MikuĊa via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 12 14:39:48 PDT 2023
mati865 added a comment.
If you use `windows-gnu` triples Rust will link libgcc_s or libgcc_eh directly unless you modify it's source not to do it: https://github.com/rust-lang/rust/blob/e5fedceabf4e0564231db592b6d1f35e1ca27908/compiler/rustc_target/src/spec/windows_gnu_base.rs#L64
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158011/new/
https://reviews.llvm.org/D158011
More information about the libcxx-commits
mailing list