[libcxx-commits] [PATCH] D158011: Make _LIBUNWIND_SUPPORT_FRAME_APIS not conditional on target architecure.
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Aug 21 15:30:29 PDT 2023
xingxue added a comment.
GCC uses `__register_frame_info` and friends on platforms where the `eh_frame_hdr`/`eh_frame` sections are not supported such as AIX. But we can turn the macro on if GCC compat is needed on those OSs.
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