[cfe-commits] [PATCH] Use -march option for cpu/architecture selection on MIPS

Douglas Gregor dgregor at apple.com
Sun Sep 9 23:27:14 PDT 2012


LGTM!

On Sep 9, 2012, at 12:15 PM, Simon Atanasyan <satanasyan at mips.com> wrote:

> Clang driver does not take in account -march option when runs for MIPS
> target. MIPS gcc uses -march=arch option to select either generic MIPS
> ISA, or the name of a particular processor. The attached patch
> implements the same algorithm in the Clang driver.
> 
> Please review the patch.
> 
> --
> Simon
> <mips-march.patch>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list