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

git-svn-id: trunk@45853 -
This commit is contained in:
Jonas Maebe 2020-07-25 16:11:54 +00:00
parent 769a8fa248
commit a5bad32b7c

View File

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