ping 3

On 20 March 2014 14:24, Rafael Espíndola <[email protected]> wrote:
> ping
>
> On 13 March 2014 05:10, Rafael Espíndola <[email protected]> wrote:
>> ping
>>
>> On 6 March 2014 20:28, Rafael Espíndola <[email protected]> wrote:
>>> My understanding is that __DATA,__data is a section that is atomized
>>> by the linker and cannot have L symbols.
>>>
>>> A simple testcase is
>>>
>>> @protocol P
>>> -(void) im0;
>>> @end
>>> @interface A<P>
>>> @end
>>> @implementation A
>>> @end
>>>
>>> where clang currently prints
>>>
>>>         .section        __DATA,__data
>>> ...
>>> L_OBJC_PROTOCOLEXT_P:
>>>
>>> With the attached patch we print l_OBJC_PROTOCOLEXT_P.
>>>
>>> Cheers,
>>> Rafael

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

Reply via email to