On Sep 25, 2007, at 2:38 PM, Bill Wendling wrote:

>> It might just be a matter of changing the code to looks like this:
>>
>>    proto_name = synth_id_with_class_suffix ("_OBJC_PROTOCOL_$", p);
>>    if ((decl = lookup_name(proto_name)) == 0)
>>      decl = start_var_decl (objc_v2_protocol_template, proto_name);
>>    PROTOCOL_V2_FORWARD_DECL (p) = decl;
>>
>> Or something.
>>
> You read my mind! :-) I'm testing something akin to this right now,
> actually. I'll let you know how it goes.
>

Great, thanks Bill!

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

Reply via email to