mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 14:29:21 +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';
|
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 : '; ';
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user