[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
Fri May 13 12:17:37 PDT 2022


xingxue updated this revision to Diff 429322.
xingxue added a comment.

Fixed problems in pre-merg check.

- Avoid using GCC extension named variadic macros;
- Avoid using C99 feature flexible array members.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100504

Files:
  libcxxabi/src/aix_state_tab_eh.inc
  libcxxabi/src/cxa_personality.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100504.429322.patch
Type: text/x-patch
Size: 33067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220513/d9173824/attachment-0001.bin>


More information about the libcxx-commits mailing list