[llvm-bugs] [Bug 22975] WinEHPrepare crashes, need to reimplement using new non-landingpad EH representation
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 21 11:41:41 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=22975
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #11 from Reid Kleckner <rnk at google.com> ---
We have a new, non-landingpad representation for the Windows EH model that
addresses all the issues duplicated against this one. There are still some
crash bugs in it (such as https://llvm.org/bugs/show_bug.cgi?id=25162), so
exceptions are still off by default in clang. However, you can turn them on
with -fexceptions in clang++ or /EHs in clang-cl.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151021/bd6c4102/attachment.html>
More information about the llvm-bugs
mailing list