[libcxx-commits] [PATCH] D100504: [libc++abi][AIX] add personality and helper functions for the state table EH
Xing Xue via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 1 07:53:47 PST 2022
xingxue updated this revision to Diff 412104.
xingxue marked 7 inline comments as done.
xingxue added a reviewer: ldionne.
xingxue added a comment.
Addressed comments.
- Updated code comments;
- Renamed variable `inlineDestructor` to `cleanupLabel`. Replaced the term "inline destructor" with "cleanup code";
- Renamed function `compute_obj_addr` to `compute_addr_from_table`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100504/new/
https://reviews.llvm.org/D100504
Files:
libcxxabi/src/cxa_personality.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100504.412104.patch
Type: text/x-patch
Size: 33647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220301/3ef750cb/attachment-0001.bin>
More information about the libcxx-commits
mailing list