[libcxx-commits] [PATCH] D100504: [libc++abi][AIX] initial patch for EH on AIX

Xing Xue via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 26 08:36:10 PDT 2021


xingxue marked an inline comment as done.
xingxue added inline comments.


================
Comment at: libcxxabi/src/cxa_personality.cpp:1765
+// of __gxx_personality_v0().
+_LIBCXXABI_FUNC_VIS _Unwind_Reason_Code __xlcxx_personality_v1(
+    int version, _Unwind_Action actions, uint64_t exceptionClass,
----------------
jasonliu wrote:
> This should be marked as "always inline" to reduce the call overhead.
Reverted to making `__xlcxx_personality_v1` an alias of `__gxx_personality_v0`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100504



More information about the libcxx-commits mailing list