[libcxx-commits] [PATCH] D100504: [libc++abi][AIX] add personality and helper functions for the state table EH

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 19 16:51:41 PDT 2022


MaskRay added inline comments.


================
Comment at: libcxxabi/src/aix_state_tab_eh.inc:63
+
+namespace __cxxabiv1
+{
----------------



================
Comment at: libcxxabi/src/aix_state_tab_eh.inc:66
+
+extern "C"
+{
----------------



================
Comment at: libcxxabi/src/aix_state_tab_eh.inc:70
+// Macros for debugging the state table parsing.
+#  ifdef NDEBUG
+#    define _LIBCXXABI_TRACE_STATETAB(msg, ...)
----------------
`#ifdef NDEBUG`.

It is not nested, and should have spaces between `#` and `ifdef`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100504



More information about the libcxx-commits mailing list