summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Smith <peter.smith@linaro.org>2019-02-20 17:03:39 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-02-25 09:52:37 +0000
commit569ae0fb042c80005f771c6052c9212f64df772d (patch)
tree459fac339cec187e1f0e049c6b56f66a39be01ad
parent8fb56bc0a39beaa4232cbba4a346931251b0f0d4 (diff)
round-robin.sh: Add LLD to the linux kernel round-robin build
We use the same form as clang, copying lld from the monorepo into tools/lld. Change-Id: Ieff55d1aafe2a49c87f3c7e518933a5adebcf8ff
-rw-r--r--round-robin.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 24b2d4e2..5c665887 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -276,8 +276,9 @@ build_llvm ()
clone_repo llvm
# Copy only components from the monorepo that are required for kernel build
- rsync -a --del --exclude /tools/clang llvm/llvm/ llvm-src/
+ rsync -a --del --exclude /tools/clang --exclude /tools/lld llvm/llvm/ llvm-src/
rsync -a --del llvm/clang/ llvm-src/tools/clang/
+ rsync -a --del llvm/lld/ llvm-src/tools/lld/
# Setup ccache and ninja wrappers.
rm -rf $(pwd)/bin