mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
Adjust comment to distinguish between target name and triple target name they
match. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
079029b949
commit
bf4fc28303
@ -36,21 +36,21 @@ public:
|
|||||||
enum ArchType {
|
enum ArchType {
|
||||||
UnknownArch,
|
UnknownArch,
|
||||||
|
|
||||||
alpha, // alpha
|
alpha, // Alpha: alpha
|
||||||
arm, // arm, armv.*
|
arm, // ARM; arm, armv.*
|
||||||
bfin, // blackfin
|
bfin, // Blackfin: bfin
|
||||||
cellspu, // spu, cellspu
|
cellspu, // CellSPU: spu, cellspu
|
||||||
mips, // mips, mipsallegrex
|
mips, // MIPS: mips, mipsallegrex
|
||||||
mipsel, // mipsel, mipsallegrexel, psp
|
mipsel, // MIPSEL: mipsel, mipsallegrexel, psp
|
||||||
msp430, // msp430
|
msp430, // MPS430: msp430
|
||||||
ppc, // powerpc
|
ppc, // PPC: powerpc
|
||||||
ppc64, // powerpc64
|
ppc64, // PPC64: powerpc64
|
||||||
sparc, // sparc
|
sparc, // Sparc: sparc
|
||||||
systemz, // s390x
|
systemz, // SystemZ: s390x
|
||||||
thumb, // thumb, thumbv.*
|
thumb, // Thumb: thumb, thumbv.*
|
||||||
x86, // i[3-9]86
|
x86, // X86: i[3-9]86
|
||||||
x86_64, // amd64, x86_64
|
x86_64, // X86-64: amd64, x86_64
|
||||||
xcore, // xcore
|
xcore, // XCore: xcore
|
||||||
|
|
||||||
InvalidArch
|
InvalidArch
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user