mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
Use '.L' as labelprefix for LLVM compiler variant
This commit is contained in:
parent
a0d4cccd87
commit
9b87fb4a34
@ -1755,7 +1755,7 @@ implementation
|
||||
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';
|
||||
labelprefix : '.L';
|
||||
labelmaxlen : -1;
|
||||
comment : '; ';
|
||||
dollarsign: '$';
|
||||
|
Loading…
Reference in New Issue
Block a user