projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9441125
)
Add support for Cortex-A15 host recognition.
author
James Molloy
<james.molloy@arm.com>
Wed, 31 Oct 2012 09:07:37 +0000
(09:07 +0000)
committer
James Molloy
<james.molloy@arm.com>
Wed, 31 Oct 2012 09:07:37 +0000
(09:07 +0000)
No testcase, as this is only testable on a C-A15 board.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167108
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/Host.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/Host.cpp
b/lib/Support/Host.cpp
index 9ee3f2db9256731d82b399f29def0639a95f56a1..34e32b817b36d6bc7e402f5aae293844e4359b1a 100644
(file)
--- a/
lib/Support/Host.cpp
+++ b/
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")