]> granicus.if.org Git - clang/commit
Teach clang driver about Cortex-A53 and Cortex-A57.
authorBernard Ogden <bogden@arm.com>
Thu, 24 Oct 2013 18:32:36 +0000 (18:32 +0000)
committerBernard Ogden <bogden@arm.com>
Thu, 24 Oct 2013 18:32:36 +0000 (18:32 +0000)
commitc427249cb79b77c3cd7a0855f854d2ff81618ddf
tree81e0eb070fb64259629e7ad256726477e531cfb9
parent3da9a8ff0ec906d25f93a9dadf046533d0d8d5de
Teach clang driver about Cortex-A53 and Cortex-A57.

Adds some Cortex-A53 strings where they were missing before.
Cortex-A57 is entirely new to clang.

Doesn't touch code only used by Darwin, in consequence of which
one of the A53 lines has been removed.

Change-Id: I5edb58f6eae93947334787e26a8772c736de6483

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193364 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/Tools.cpp
test/Driver/arm-cortex-cpus.c