[libcxx-commits] [PATCH] D64191: [libcxxabi] Don't process exceptions in cxa_handlers when they're disabled
    Louis Dionne via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Tue Jul  9 08:59:01 PDT 2019
    
    
  
ldionne added a comment.
The only thing iffy about this is that it's not 100% clear to me what `_LIBCXXABI_NO_EXCEPTIONS` mean. It could either mean (a) that libc++abi itself doesn't use exceptions in its implementation, or (b) that it doesn't provide support for exceptions in the runtime, or both (a) and (b).
It clearly means at least (a) from a quick `grep`, however it's not clear to me that it also means (b).
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