mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
- removed no longer used -target $TARGET parameter (triplet is used instead)
git-svn-id: trunk@45853 -
This commit is contained in:
parent
769a8fa248
commit
a5bad32b7c
@ -1678,7 +1678,7 @@ implementation
|
||||
id : as_clang_llvm;
|
||||
idtxt : 'CLANG-LLVM';
|
||||
asmbin : 'clang';
|
||||
asmcmd: '-x ir -target $TARGET $OPT -target $TRIPLET -c -o $OBJ $ASM $EXTRAOPT';
|
||||
asmcmd: '-x ir $OPT -target $TRIPLET -c -o $OBJ $ASM $EXTRAOPT';
|
||||
supported_targets : [system_x86_64_linux,system_x86_64_darwin,system_aarch64_darwin,system_aarch64_linux,system_arm_linux];
|
||||
flags : [af_smartlink_sections,af_llvm];
|
||||
labelprefix : 'L';
|
||||
|
Loading…
Reference in New Issue
Block a user