[llvm-commits] [llvm-gcc-4.0] r42287 - in /llvm-gcc-4.0/trunk/gcc: c-common.h llvm-backend.cpp objc/objc-act.c stub-objc.c
Chris Lattner
clattner at apple.com
Tue Sep 25 15:00:23 PDT 2007
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
More information about the llvm-commits
mailing list