Browse Source

Use '.L' as labelprefix for LLVM compiler variant

Pierre Muller 3 years ago
parent
commit
9b87fb4a34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/llvm/agllvm.pas

+ 1 - 1
compiler/llvm/agllvm.pas

@@ -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: '$';