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

Attachment: mips-march.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to