[cfe-commits] [patch] Use "" as the default calling convention for both aapcs and apcs.
Rafael Espindola
espindola at google.com
Wed Jun 16 07:19:40 PDT 2010
This updated patch handles the -mabi flags like the llvm-gcc one:
*) -ccc-host-triple arm-none-linux-gnueabi -> ""
*) -ccc-host-triple arm-none-linux-gnueabi -mabi=aapcs -> ""
*) -ccc-host-triple arm-none-linux-gnueabi -mabi=apcs-gnu -> arm_apcscc
*) -ccc-host-triple armv6-apple-darwin9 -> ""
*) -ccc-host-triple armv6-apple-darwin9 -mabi=aapcs -> arm_aapcscc
*) -ccc-host-triple armv6-apple-darwin9 -mabi=apcs-gnu -> ""
Cheers,
--
Rafael Ávila de Espíndola
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-cc.patch
Type: text/x-patch
Size: 1114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100616/0330c605/attachment.bin>
More information about the cfe-commits
mailing list