mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 19:36:59 +00:00
Adjust comment to distinguish between target name and triple target name they
match. llvm-svn: 77908
This commit is contained in:
parent
51bfa293c8
commit
a5db9df570
@ -36,21 +36,21 @@ public:
|
||||
enum ArchType {
|
||||
UnknownArch,
|
||||
|
||||
alpha, // alpha
|
||||
arm, // arm, armv.*
|
||||
bfin, // blackfin
|
||||
cellspu, // spu, cellspu
|
||||
mips, // mips, mipsallegrex
|
||||
mipsel, // mipsel, mipsallegrexel, psp
|
||||
msp430, // msp430
|
||||
ppc, // powerpc
|
||||
ppc64, // powerpc64
|
||||
sparc, // sparc
|
||||
systemz, // s390x
|
||||
thumb, // thumb, thumbv.*
|
||||
x86, // i[3-9]86
|
||||
x86_64, // amd64, x86_64
|
||||
xcore, // xcore
|
||||
alpha, // Alpha: alpha
|
||||
arm, // ARM; arm, armv.*
|
||||
bfin, // Blackfin: bfin
|
||||
cellspu, // CellSPU: spu, cellspu
|
||||
mips, // MIPS: mips, mipsallegrex
|
||||
mipsel, // MIPSEL: mipsel, mipsallegrexel, psp
|
||||
msp430, // MPS430: msp430
|
||||
ppc, // PPC: powerpc
|
||||
ppc64, // PPC64: powerpc64
|
||||
sparc, // Sparc: sparc
|
||||
systemz, // SystemZ: s390x
|
||||
thumb, // Thumb: thumb, thumbv.*
|
||||
x86, // X86: i[3-9]86
|
||||
x86_64, // X86-64: amd64, x86_64
|
||||
xcore, // XCore: xcore
|
||||
|
||||
InvalidArch
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user