[cfe-commits] r140075 - /cfe/trunk/lib/CodeGen/CGException.cpp

Bill Wendling isanbard at gmail.com
Mon Sep 19 17:42:34 PDT 2011


On Sep 19, 2011, at 5:27 PM, Eli Friedman wrote:

> On Mon, Sep 19, 2011 at 3:08 PM, Bill Wendling <isanbard at gmail.com> wrote:
>> Author: void
>> Date: Mon Sep 19 17:08:36 2011
>> New Revision: 140075
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=140075&view=rev
>> Log:
>> The eh.selector intrinsic isn't used anymore. Replace the check here with a
>> check for the landingpad instruction instead. This check looks at each of the
>> clauses in the landingpad instruction. If it's a catch clause, it compares the
>> name directly with the global. If it's a filter clause, it has to look through
>> each value in the filer to see if any have the prefix.
> 
> This is causing a crash compiling
> SingleSource/UnitTests/ObjC++/property-reference
> 
Fixed.

-bw





More information about the cfe-commits mailing list