mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Add support for ppc64/power8 as a host
llvm-svn: 211781
This commit is contained in:
parent
fbbc998175
commit
f6e2b6e4f5
@ -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__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user