[PATCH] Fix inlining not to lose the "cleanup" clause from landingpads

Mark Seaborn mseaborn at chromium.org
Mon Dec 2 16:33:09 PST 2013


Fix inlining not to lose the "cleanup" clause from landingpads

This fixes PR17872.  This bug can lead to C++ destructors not being called
when they should be, when an exception is thrown.

This change depends on
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131118/196439.html,
which also awaits review.

Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131202/f55d23d5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-cleanup-inlining.patch
Type: text/x-patch
Size: 1814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131202/f55d23d5/attachment.bin>


More information about the llvm-commits mailing list