[cfe-commits] r132209 - in /cfe/trunk: lib/CodeGen/CGException.cpp lib/CodeGen/CodeGenFunction.h test/CXX/except/except.spec/p9-dynamic.cpp test/CodeGenCXX/arm.cpp test/CodeGenCXX/destructors.cpp test/CodeGenCXX/eh.cpp test/CodeGenCXX/nrvo.cpp te

Eli Friedman eli.friedman at gmail.com
Fri May 27 14:38:56 PDT 2011


On Fri, May 27, 2011 at 1:53 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Fri, May 27, 2011 at 1:01 PM, John McCall <rjmccall at apple.com> wrote:
>> Author: rjmccall
>> Date: Fri May 27 15:01:14 2011
>> New Revision: 132209
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=132209&view=rev
>> Log:
>> Implement a new, much improved version of the cleanup hack.  We just need
>> to be careful to emit landing pads that are always prepared to handle a
>> cleanup path.  This is correct mostly because of the fix to the LLVM
>> inliner, r132200.
>
> This appears to be breaking nightly tests; see
> http://smooshlab.apple.com:8013/builders/lnt_clang-x86_64-darwin10-gcc42-RA_x86_64-O3/builds/3084
> .

Backed out in r132219.

-Eli




More information about the cfe-commits mailing list