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
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits