Skip to content

Commit

Permalink
Build LLD in addition to Clang in Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Aug 20, 2018
1 parent 45497e3 commit 9574bf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ci/docker/dist-x86_64-linux/build-clang.sh
Expand Up @@ -30,6 +30,12 @@ curl https://releases.llvm.org/$LLVM/cfe-$LLVM.src.tar.xz | \
xz -d | \
tar xf - -C tools/clang --strip-components=1

mkdir -p tools/lld

curl https://releases.llvm.org/$LLVM/lld-$LLVM.src.tar.xz | \
xz -d | \
tar xf - -C tools/lld --strip-components=1

mkdir ../clang-build
cd ../clang-build

Expand Down

0 comments on commit 9574bf5

Please sign in to comment.