mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 04:19:28 +02:00
Use systems_darwin set for supported targets for as_clang_llvm_darwin
This commit is contained in:
parent
3855625b8d
commit
2a4ca98e85
@ -1803,7 +1803,7 @@ implementation
|
||||
idtxt : 'CLANG-LLVM-DARWIN';
|
||||
asmbin : 'clang';
|
||||
asmcmd: '-x ir $OPT -target $TRIPLET -c -o $OBJ $ASM $EXTRAOPT';
|
||||
supported_targets : [system_x86_64_darwin,system_aarch64_darwin];
|
||||
supported_targets : systems_darwin;
|
||||
flags : [af_smartlink_sections,af_llvm];
|
||||
labelprefix : 'L';
|
||||
labelmaxlen : -1;
|
||||
|
Loading…
Reference in New Issue
Block a user