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

Bob Wilson bob.wilson at apple.com
Tue Jun 15 13:57:23 PDT 2010


On Jun 15, 2010, at 1:25 PM, Rafael Espindola wrote:

> With the attached patch llvm-gcc produces "" as the calling convention
> by default. I manually checked that arm_aapcs_vfpcc is produced when
> -mfloat-abi=hard is used.

As far as I understand this, you want to change llvm-gcc and clang to set the CC to "" when it matches the backend's default for the target.  This patch seems insufficient.  You'll need to check to see what the current target is set to and compare the current ABI against the default for that target.



More information about the llvm-commits mailing list