[libcxx-commits] [PATCH] D126866: [libcxxabi] Check __SEH__, when checking if ARM EHABI is implied
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 6 13:19:47 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a3722a2c3df: [libcxxabi] Check __SEH__, when checking if ARM EHABI is implied (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126866/new/
https://reviews.llvm.org/D126866
Files:
libcxxabi/include/__cxxabi_config.h
Index: libcxxabi/include/__cxxabi_config.h
===================================================================
--- libcxxabi/include/__cxxabi_config.h
+++ libcxxabi/include/__cxxabi_config.h
@@ -10,7 +10,7 @@
#define ____CXXABI_CONFIG_H
#if defined(__arm__) && !defined(__USING_SJLJ_EXCEPTIONS__) && \
- !defined(__ARM_DWARF_EH__)
+ !defined(__ARM_DWARF_EH__) && !defined(__SEH__)
#define _LIBCXXABI_ARM_EHABI
#endif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126866.434579.patch
Type: text/x-patch
Size: 447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220606/c7672b2d/attachment.bin>
More information about the libcxx-commits
mailing list