Build LLD in addition to Clang in Linux CI
This commit is contained in:
parent
45497e32cc
commit
9574bf5a3e
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue