[llvm-commits] [llvm-gcc-4.0] r40622 - in /llvm-gcc-4.0/trunk/gcc: llvm-backend.cpp llvm-convert.cpp llvm-internal.h llvm-types.cpp

Christopher Lamb christopher.lamb at gmail.com
Tue Jul 31 15:02:59 PDT 2007



On Jul 31, 2007, at 1:59 PM, Anton Korobeynikov wrote:

> Hello, Christopher.
>
>> -    return TypeDB.setType(type, ConvertFunctionType(type, NULL,  
>> CallingConv));
>> +    return TypeDB.setType(type, ConvertFunctionType(type,  
>> orig_type, NULL, CallingConv));
> and another one: second argument should be "declaration" tree, not
> "type" tree. This was caused build error on darwin (reported by  
> Tanya):

Right. It seems that getting the declaration tree at that point is  
rather difficult. Any suggestions?

--
Christopher Lamb



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070731/fa0f0d05/attachment.html>


More information about the llvm-commits mailing list