mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 23:43:50 +00:00
Add A2 to the list of PPC CPUs recognized by Linux host CPU-type detection.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ed1ad54f2
commit
9770be91de
@ -149,6 +149,7 @@ static const char *GetCurrentPowerPCCPU() {
|
||||
.Case("PPC970MP", "970")
|
||||
.Case("G5", "g5")
|
||||
.Case("POWER5", "g5")
|
||||
.Case("A2", "a2")
|
||||
.Case("POWER6", "pwr6")
|
||||
.Case("POWER7", "pwr7")
|
||||
.Default(generic);
|
||||
|
Loading…
Reference in New Issue
Block a user