瀏覽代碼

- removed no longer used -target $TARGET parameter (triplet is used instead)

git-svn-id: trunk@45853 -
Jonas Maebe 5 年之前
父節點
當前提交
a5bad32b7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/llvm/agllvm.pas

+ 1 - 1
compiler/llvm/agllvm.pas

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