mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Add support for ppc64/power8 as a host
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211781 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb3092083f
commit
842549dfa6
@ -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…
Reference in New Issue
Block a user