[llvm-bugs] [Bug 33220] Exception handling bug with mingw-w64
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 1 08:00:54 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33220
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #2 from Reid Kleckner <rnk at google.com> ---
Fixed in r304367, r304365, and r304363.
Two things were wrong: we were emitting a bad call site table, and we didn't
recognize that functions using __gxx_personality_seh0 don't need EH tables at
all if there are no landingpads or invokes. Both should issues should be fixed
now.
--
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/20170601/7188a6d0/attachment.html>
More information about the llvm-bugs
mailing list