[libcxx-commits] [PATCH] D64191: [libcxxabi] Don't process exceptions in cxa_handlers when they're disabled

Michael Spencer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 10 18:43:55 PDT 2019


Bigcheese accepted this revision.
Bigcheese added a comment.
This revision is now accepted and ready to land.

`_LIBCXXABI_NO_EXCEPTIONS ` removes the exceptions abi from libc++abi, so I think this change as fine as `__cxa_throw` isn't even defined if `_LIBCXXABI_NO_EXCEPTIONS` is defined.


Repository:
  rCXXA libc++abi

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

https://reviews.llvm.org/D64191





More information about the libcxx-commits mailing list