* enabled darwin/ppc64 for the llvm target

git-svn-id: branches/hlcgllvm@26072 -
This commit is contained in:
Jonas Maebe 2013-11-12 19:22:50 +00:00
parent c5c16da787
commit 0cc581825f
2 changed files with 5 additions and 1 deletions

View File

@ -797,7 +797,7 @@ implementation
idtxt : 'LLVM-AS'; idtxt : 'LLVM-AS';
asmbin : 'llc'; asmbin : 'llc';
asmcmd: '$OPT -o $OBJ $ASM'; asmcmd: '$OPT -o $OBJ $ASM';
supported_targets : [system_x86_64_linux,system_x86_64_darwin]; supported_targets : [system_x86_64_linux,system_x86_64_darwin,system_powerpc64_darwin];
flags : [af_smartlink_sections]; flags : [af_smartlink_sections];
labelprefix : 'L'; labelprefix : 'L';
comment : '; '; comment : '; ';

View File

@ -35,6 +35,7 @@ uses
the processor specific nodes must be included the processor specific nodes must be included
after the generic one (FK) after the generic one (FK)
} }
{$ifndef llvm}
nppcadd, nppcadd,
nppccal, nppccal,
// nppccon, // nppccon,
@ -46,6 +47,9 @@ uses
nppcmat, nppcmat,
nppccnv, nppccnv,
nppcld nppcld
{$else not llvm}
llvmnode
{$endif not llvm}
; ;
end. end.