Moving Cortex-R cores to armv7r arch

llvm-svn: 190704
This commit is contained in:
Renato Golin 2013-09-13 17:02:59 +00:00
parent 1a04f22356
commit 6031230e82
1 changed files with 1 additions and 3 deletions

View File

@ -126,9 +126,7 @@ static const char *GetArmArchForMCpu(StringRef Value) {
.Case("cortex-m0", "armv6m")
.Cases("cortex-a5", "cortex-a7", "cortex-a8", "armv7")
.Cases("cortex-a9", "cortex-a12", "cortex-a15", "armv7")
// FIXME: Shouldn't Cortex-R* be "armv7r"?
// See: Tools.cpp:getLLVMArchSuffixForARM()
.Cases("cortex-r4", "cortex-r5", "armv7")
.Cases("cortex-r4", "cortex-r5", "armv7r")
.Case("cortex-a9-mp", "armv7f")
.Case("cortex-m3", "armv7m")
.Case("cortex-m4", "armv7em")