* 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';
asmbin : 'llc';
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];
labelprefix : 'L';
comment : '; ';

View File

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