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:
eb30920
)
Add support for ppc64/power8 as a host
author
Will Schmidt
<will_schmidt@vnet.ibm.com>
Thu, 26 Jun 2014 13:37:03 +0000
(13:37 +0000)
committer
Will Schmidt
<will_schmidt@vnet.ibm.com>
Thu, 26 Jun 2014 13:37:03 +0000
(13:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211781
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 03187e97eef755d349574d93946f33813b6165e9..e2dd6d522bb7f19863125128cf9d9b5f3259ee42 100644
(file)
--- a/
lib/Support/Host.cpp
+++ b/
lib/Support/Host.cpp
@@
-570,6
+570,8
@@
StringRef sys::getHostCPUName() {
.Case("A2", "a2")
.Case("POWER6", "pwr6")
.Case("POWER7", "pwr7")
+ .Case("POWER8", "pwr8")
+ .Case("POWER8E", "pwr8")
.Default(generic);
}
#elif defined(__linux__) && defined(__arm__)