r248276 - [mips] Added support for using the command line options -Wa, -msoft-float and -Wa, -mhard-float.

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 22 09:03:19 PDT 2015


On Tue, Sep 22, 2015 at 01:52:33PM -0000, Daniel Sanders via cfe-commits wrote:
> Author: dsanders
> Date: Tue Sep 22 08:52:32 2015
> New Revision: 248276
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=248276&view=rev
> Log:
> [mips] Added support for using the command line options -Wa,-msoft-float and -Wa,-mhard-float.

Can we please split the various -Wa options supported by the platforms
or at least add comments for which platforms the flags are? This is
starting to become a long list and it will grow even further.

Joerg


More information about the cfe-commits mailing list