mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 03:59:28 +02:00
* enabled darwin/ppc64 for the llvm target
git-svn-id: branches/hlcgllvm@26072 -
This commit is contained in:
parent
c5c16da787
commit
0cc581825f
@ -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 : '; ';
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user