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

Simon Atanasyan satanasyan at mips.com
Sun Sep 9 12:15:56 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mips-march.patch
Type: application/octet-stream
Size: 4715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120909/e22b6e94/attachment.obj>


More information about the cfe-commits mailing list