[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
Thu Feb 2 08:22:27 PST 2023
xingxue updated this revision to Diff 494319.
xingxue added a comment.
Changed function name from `skipNonCxxEHAwareFrames` to `skip_non_cxx_eh_aware_frames` to be consistent with function naming in `snake_case` in this file.
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.494319.patch
Type: text/x-patch
Size: 58369 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230202/92317bb8/attachment-0001.bin>
More information about the libcxx-commits
mailing list