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

Jason Liu via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 21 13:05:00 PDT 2021


jasonliu 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,
----------------
This should be marked as "always inline" to reduce the call overhead.


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