llvm/libcxxabi/include
Martin Storsjö 4a3722a2c3 [libcxxabi] Check __SEH__, when checking if ARM EHABI is implied
ARM EHABI isn't signalled by any specific compiler builtin define,
but is implied by the lack of defines specifying any other
exception handling mechanism, `__USING_SJLJ_EXCEPTIONS__` or
`__ARM_DWARF_EH__`.

As Windows SEH also can be used for unwinding, check for the
`__SEH__` define too, in the same way.

Differential Revision: https://reviews.llvm.org/D126866
2022-06-06 23:19:22 +03:00
..
__cxxabi_config.h [libcxxabi] Check __SEH__, when checking if ARM EHABI is implied 2022-06-06 23:19:22 +03:00
CMakeLists.txt [libcxxabi] Copy headers into build location 2022-05-14 03:49:09 +00:00
cxxabi.h