1
0
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:
Will Schmidt 2014-06-26 13:37:03 +00:00
parent fbbc998175
commit f6e2b6e4f5

View File

@ -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__)