[llvm-commits] [patch] Update llvm-gcc to produce "" for the default calling convention on ARM

Rafael Espindola espindola at google.com
Thu Jun 17 07:13:01 PDT 2010


On 17 June 2010 10:09, Anton Korobeynikov <asl at math.spbu.ru> wrote:
>> What platform uses AAPCS-VFP by default btw?
> Every AAPCS platform using hard FP ABI. Note that libcalls on such a
> platform should use normal AAPCS CC (not VFP).

Nice. So the real bug is probably in llvm-gcc marking those functions
with aapcs_vfpcc (or at least I missed the special case for libcalls
in the code....)

Cheers,
-- 
Rafael Ávila de Espíndola




More information about the llvm-commits mailing list