[cfe-commits] [PATCH v2] fix failling regression tests due to calling convention markers on recent ARM ubuntu platforms

David Tweed david.tweed at arm.com
Tue Oct 23 10:07:10 PDT 2012


Hi, Alex pointed out that the previous version of the patch didn't alter the
C macros set by the target. This updated version of the patch does that in a
conservative way updating the macros set when the aapcs-vfp PCS is used. To
my understanding, I don't believe that "aapcs + hard float" is equivalent to
vfp, since aapcs does have a way to pass floating point arguments, it's just
not optimal if you've actually got actual floating point registers to use.

Since Alex has ok'd the previous patch, unless anyone raises any problems in
the next day or so I'll commit.

Thanks,
Dave
-------------- next part --------------
A non-text attachment was scrubbed...
Name: defaultSetting2.diff
Type: application/octet-stream
Size: 2274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121023/8f7e6902/attachment.obj>


More information about the cfe-commits mailing list