[PATCH] D39673: Toolchain: Normalize dwarf, sjlj and seh eh
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 10:44:27 PST 2017
mstorsjo added inline comments.
================
Comment at: lib/Frontend/InitPreprocessor.cpp:683
+ if (LangOpts.SEHExceptions)
+ Builder.defineMacro("__SEH__");
----------------
Please define `__ARM_DWARF_EH__` if dwarf is enabled on arm, see D39533, as I commented earlier. (Sorry, I forgot about it and thought it was fixed already.)
Repository:
rL LLVM
https://reviews.llvm.org/D39673
More information about the cfe-commits
mailing list