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