[libcxx-commits] [PATCH] D73584: [libunwind] Add _Unwind_Personality_Fn typedef to unwind.h header

Saleem Abdulrasool via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 31 23:01:35 PST 2020


compnerd added a comment.

Why not rename `__personality_routine` to `_Unwind_Personality_Fn`?  I don't think that `_Unwind_Personality_Fn` is part of either the ABI-EH, gABI, or PSABI, but, it is acceptable for GCC compatibility.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73584





More information about the libcxx-commits mailing list