[libcxx-commits] [PATCH] D73584: [libcxxabi] Changed use of _Unwind_Personality_Fn to __personality_routine

Saleem Abdulrasool via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 2 10:53:09 PST 2020


compnerd added a comment.

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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73584/new/

https://reviews.llvm.org/D73584





More information about the libcxx-commits mailing list