* corrected some llvm architecture names

git-svn-id: branches/hlcgllvm@26071 -
This commit is contained in:
Jonas Maebe 2013-11-12 19:21:53 +00:00
parent 66cbff35f6
commit c5c16da787

View File

@ -100,17 +100,17 @@ implementation
const
llvmsystemcpu: array[tsystemcpu] of ansistring =
('unknown',
'x86',
'i386',
'm68k',
'alpha',
'ppc',
'powerpc',
'sparc',
'unknown',
'ia64',
'x86_64',
'mips',
'arm',
'ppc64',
'powerpc64',
'avr',
'mipsel',
'unknown',