[libcxx-commits] [PATCH] D73584: [libcxxabi] Changed use of _Unwind_Personality_Fn to __personality_routine
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 2 11:20:05 PST 2020
mstorsjo added a comment.
In D73584#1853695 <https://reviews.llvm.org/D73584#1853695>, @compnerd wrote:
> I think that we would want to retain the ability to build `libc++abi` against `libgcc_s`. If that also vends a `__personality_routine` type, then this would definitely be preferable.
Grepping in gcc.git gives me no hits for `__personality_routine`, so standard or not, we should probably keep using the gcc name for the typedef here then, and provide both in libunwind's header.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73584/new/
https://reviews.llvm.org/D73584
More information about the libcxx-commits
mailing list