[libcxx-commits] [PATCH] D143010: [libc++abi][AIX] Skip non-C++ EH aware frames when retrieving exception object

Hubert Tong via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 1 16:01:20 PST 2023


hubert.reinterpretcast added a comment.

I made changes to the patch description (which I expect we will be using for the commit message).



================
Comment at: libcxxabi/src/aix_state_tab_eh.inc:671
+  // This should not happen.
+  _LIBCXXABI_TRACE_STATETAB0("skipNonCxxEHAwareFrames() reached the end of stack frames, terminating\n");
+  std::abort();
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143010



More information about the libcxx-commits mailing list