]> granicus.if.org Git - clang/commit
Add four new command line options for MIPS CPU selection:
authorSimon Atanasyan <satanasyan@mips.com>
Fri, 21 Sep 2012 20:19:32 +0000 (20:19 +0000)
committerSimon Atanasyan <satanasyan@mips.com>
Fri, 21 Sep 2012 20:19:32 +0000 (20:19 +0000)
commit8e1c598310d5cd75700cf800cb333b985ce05420
treebce207684b1a3fabe25100dcd29c5931d87c543c
parent0e6b15556a266fae5d7c7b72b6047445a46c503e
Add four new command line options for MIPS CPU selection:
-mips32, -mips32r2, -mips64, -mips64r2.

The patch reviewed by Eric Christopher.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164410 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
lib/Driver/Tools.cpp
test/Driver/freebsd-mips-as.c
test/Driver/mips-as.c