Thanks. Committed at r163492. http://llvm.org/viewvc/llvm-project?rev=163492&view=rev
On Mon, Sep 10, 2012 at 10:27 AM, Douglas Gregor <[email protected]> wrote: > LGTM! > > On Sep 9, 2012, at 12:15 PM, Simon Atanasyan <[email protected]> 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. -- Simon _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
