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

Simon Atanasyan satanasyan at mips.com
Mon Sep 10 01:35:56 PDT 2012


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 <dgregor at apple.com> wrote:
> 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.

--
Simon



More information about the cfe-commits mailing list