[infra] Build LLD inside base-clang image. (#3597)

This commit is contained in:
Max Moroz 2020-04-08 22:03:12 -07:00 committed by GitHub
parent 81febde566
commit 340882a3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ case $(uname -m) in
;;
esac
PROJECTS_TO_BUILD="libcxx;libcxxabi;compiler-rt;clang"
PROJECTS_TO_BUILD="libcxx;libcxxabi;compiler-rt;clang;lld"
cmake -G "Ninja" \
-DLIBCXX_ENABLE_SHARED=OFF -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON -DLIBCXXABI_ENABLE_SHARED=OFF \
-DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="$TARGET_TO_BUILD" \