summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJames Molloy <james.molloy@arm.com>2012-10-31 09:07:37 +0000
committerJames Molloy <james.molloy@arm.com>2012-10-31 09:07:37 +0000
commit3ebe7a5a5bca9a42b654334848ca84ac2774c092 (patch)
treebb2a1e3b9b932300e858efdf2f1e4e80c20b33af /llvm/lib
parent27a7229c475b45bac4928637d0ab5322ab00d3e2 (diff)
downloadbcm5719-llvm-3ebe7a5a5bca9a42b654334848ca84ac2774c092.tar.gz
bcm5719-llvm-3ebe7a5a5bca9a42b654334848ca84ac2774c092.zip
Add support for Cortex-A15 host recognition.
No testcase, as this is only testable on a C-A15 board. llvm-svn: 167108
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Support/Host.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp
index 9ee3f2db925..34e32b817b3 100644
--- a/llvm/lib/Support/Host.cpp
+++ b/llvm/lib/Support/Host.cpp
@@ -503,6 +503,7 @@ std::string sys::getHostCPUName() {
.Case("0xb76", "arm1176jz-s")
.Case("0xc08", "cortex-a8")
.Case("0xc09", "cortex-a9")
+ .Case("0xc0f", "cortex-a15")
.Case("0xc20", "cortex-m0")
.Case("0xc23", "cortex-m3")
.Case("0xc24", "cortex-m4")
OpenPOWER on IntegriCloud