[llvm-bugs] [Bug 35142] Mishandling SEH filters for available_externally functions
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 1 11:05:32 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=35142
Peter Collingbourne <peter at pcc.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Peter Collingbourne <peter at pcc.me.uk> ---
I ended up fixing this in r317108 by running EliminateAvailableExternally and
GlobalDCE at -O0 in ThinLTO backends.
It seems like a suboptimal fix to me, though. Offline, Reid mentioned a
potentially better fix, which would be to redesign how we represent filter
functions so that they become part of the parent function.
--
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/20171101/dc47f12d/attachment.html>
More information about the llvm-bugs
mailing list