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

Daniel Sanders via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 16 05:38:33 PDT 2015


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

LGTM

It's not for this patch but I think we need a general solution to the -Wa,... options. It seems wrong to implement each assembler option twice (both with and without the '-Wa,').


http://reviews.llvm.org/D12600





More information about the cfe-commits mailing list