[cfe-dev] Fixing super lookup in class methods (GNU ObjC runtime)

Chris Lattner clattner at apple.com
Sat Apr 18 18:34:44 PDT 2009


On Apr 18, 2009, at 4:12 PM, Chris Lattner wrote:

>
> On Apr 17, 2009, at 11:57 AM, David Chisnall wrote:
>
>> Hi,
>>
>> This patch fixes message sends to super in class methods for the  
>> GNU runtime (currently an instance method lookup is being performed).
>
> Applied, thanks!
> http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090413/015828.html
>

And reverted here.  This patch broke test/Coverage/codegen-gnu.m, one  
of the few tests we have for the gnu runtime codegen.  Please make  
sure that your patches pass basic sanity tests before submitting them,  
thanks.

-Chris



More information about the cfe-dev mailing list