arm: use the lld linker

LLD version 8 has added support for armv6m:
    https://reviews.llvm.org/D55555
This means we can use LLD instead of arm-none-eabi-ld, eliminating our
dependency on GNU binutils.

There are small differences in code size, but never more than a few
bytes.
This commit is contained in:
Ayke van Laethem
2019-04-02 19:17:53 +02:00
committed by Ron Evans
parent 31d57fd3d1
commit 2523772b5d
6 changed files with 5 additions and 7 deletions
-2
View File
@@ -11,11 +11,9 @@ matrix:
addons:
homebrew:
update: true
taps: ArmMbed/homebrew-formulae
packages:
- llvm@8
- qemu
- arm-none-eabi-gcc
install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh