[PATCH] D39673: Toolchain: Normalize dwarf, sjlj and seh eh
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 19 04:16:12 PST 2017
mstorsjo added inline comments.
================
Comment at: lib/Frontend/InitPreprocessor.cpp:684
+ else if (TI.getTriple().isThumb() || TI.getTriple().isARM())
+ Builder.defineMacro("__ARM_DWARF_EH__");
+ }
----------------
Won't this start setting this define also on platforms where ARM EHABI is the default? (I.e. all ELF platforms except netbsd)?
Repository:
rL LLVM
https://reviews.llvm.org/D39673
More information about the cfe-commits
mailing list