[PATCH] D53541: [COFF, ARM64] Support SEH for ARM64 Windows

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 31 13:10:21 PDT 2018


efriedma added inline comments.


================
Comment at: lib/Driver/ToolChains/Clang.cpp:471
+  }
+  EH |= SEHExceptions;
+
----------------
I'm suspicious about adding a new default for AArch64 specifically; why do we need this if x86-64 doesn't?


https://reviews.llvm.org/D53541





More information about the cfe-commits mailing list