[libcxx-commits] [PATCH] D73584: [libunwind] Rename __personality_routine to _Unwind_Personality_Fn
Steven Wu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 6 10:41:40 PST 2020
steven_wu added a comment.
I hope we are not renaming everything because it add complexity on compatibility.
Rename only the refs from libunwind is not enough since there are refs from clang header and libc++abi as well. unwind.h and corresponding header from clang are both shipping products which add compatibility problem.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73584/new/
https://reviews.llvm.org/D73584
More information about the libcxx-commits
mailing list