Use systems_darwin set for supported targets for as_clang_llvm_darwin

This commit is contained in:
Pierre Muller 2023-04-06 14:40:15 +00:00
parent 3855625b8d
commit 2a4ca98e85

View File

@ -1803,7 +1803,7 @@ implementation
idtxt : 'CLANG-LLVM-DARWIN';
asmbin : 'clang';
asmcmd: '-x ir $OPT -target $TRIPLET -c -o $OBJ $ASM $EXTRAOPT';
supported_targets : [system_x86_64_darwin,system_aarch64_darwin];
supported_targets : systems_darwin;
flags : [af_smartlink_sections,af_llvm];
labelprefix : 'L';
labelmaxlen : -1;