[libcxx-commits] [PATCH] D143010: [libc++abi][AIX] Skip non-C++ EH aware frames when retrieving exception object
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 1 13:17:22 PST 2023
xingxue updated this revision to Diff 494052.
xingxue marked 6 inline comments as done.
xingxue added a comment.
Addressed comments:
- removed an unnecessary cast
- call std::abort() instead of std::terminate() when unwinding reaches the end of stack frames
- update callerStack instead of using another variable callerStack2
- added missing reference to t2.cpp source in the 32-bit test case
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143010/new/
https://reviews.llvm.org/D143010
Files:
libcxxabi/src/aix_state_tab_eh.inc
libcxxabi/test/vendor/ibm/aix_xlclang_passing_excp_obj_32.pass.sh.S
libcxxabi/test/vendor/ibm/aix_xlclang_passing_excp_obj_64.pass.sh.S
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143010.494052.patch
Type: text/x-patch
Size: 58255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230201/914c9e3e/attachment-0001.bin>
More information about the libcxx-commits
mailing list