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

> On Mon, Sep 19, 2011 at 3:08 PM, Bill Wendling <[email protected]> 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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to