[PATCH] D39673: Toolchain: Normalize dwarf, sjlj and seh eh
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 14 12:45:14 PST 2017
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
Looks good, sorry for the delay!
================
Comment at: include/clang/Basic/LangOptions.def:129
LANGOPT(SjLjExceptions , 1, 0, "setjmp-longjump exception handling")
+LANGOPT(SEHExceptions , 1, 0, "structured exception handling")
LANGOPT(ExternCNoUnwind , 1, 0, "Assume extern C functions don't unwind")
----------------
"Structured exception handling" is very ambiguous. I would say something like "SEH .xdata exception handling" or something to clarify.
Repository:
rL LLVM
https://reviews.llvm.org/D39673
More information about the cfe-commits
mailing list