[cfe-dev] GNU runtime message sending fixes

David Chisnall csdavec at swansea.ac.uk
Wed Feb 4 10:52:23 PST 2009


It seems that someone half-implemented sensible ABI support for  
message sending with the GNU runtime.  Unfortunately, only half  
implementing it means that you get assertion failures form LLVM caused  
by function type mismatches.

This patch fixes it so that we use the same type for the method  
pointer in both of the cases where it's used.

David

P.S.  It includes the not-yet-committed tidy up that I sent yesterday  
for IdTy, since this fix depends on it.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.diff
Type: application/octet-stream
Size: 6513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090204/0854d79f/attachment.obj>


More information about the cfe-dev mailing list