[libcxx-commits] [PATCH] D143010: [libc++abi][AIX] Skip non-C++ EH aware frames when retrieving exception object
David Tenty via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 1 10:59:54 PST 2023
daltenty added inline comments.
================
Comment at: libcxxabi/src/aix_state_tab_eh.inc:657
+ // table starts at the following word.
+ while (*p)
+ ++p;
----------------
Is there any possibility of encountering a function without traceback?
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