compiler: ld -> ld.lld

pull/1445/head
Sebastien Bourdeauducq 2020-04-28 16:07:26 +08:00
parent 4228e0205c
commit 140a26ad7e
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class CortexA9Target(Target):
triple = "armv7-unknown-linux-gnueabihf"
data_layout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
features = ["dsp", "fp16", "neon", "vfp3"]
linker = "lld"
linker = "ld.lld"
print_function = "core_log"
little_endian = True
now_pinning = False