|
@@ -1576,7 +1576,7 @@ implementation
|
|
|
idtxt : 'LLVM-LLC';
|
|
|
asmbin : 'llc';
|
|
|
asmcmd: '$OPT -o $OBJ $ASM';
|
|
|
- supported_targets : [system_x86_64_linux,system_x86_64_darwin];
|
|
|
+ supported_targets : [system_x86_64_linux,system_x86_64_darwin,system_aarch64_linux];
|
|
|
flags : [af_smartlink_sections];
|
|
|
labelprefix : 'L';
|
|
|
comment : '; ';
|
|
@@ -1590,7 +1590,7 @@ implementation
|
|
|
idtxt : 'LLVM-CLANG';
|
|
|
asmbin : 'clang';
|
|
|
asmcmd: '$OPT -c -o $OBJ $ASM';
|
|
|
- supported_targets : [system_x86_64_linux,system_x86_64_darwin];
|
|
|
+ supported_targets : [system_x86_64_linux,system_x86_64_darwin,system_aarch64_linux];
|
|
|
flags : [af_smartlink_sections];
|
|
|
labelprefix : 'L';
|
|
|
comment : '; ';
|