Index: infra/bots/assets/clang_linux/create.py |
diff --git a/infra/bots/assets/clang_linux/create.py b/infra/bots/assets/clang_linux/create.py |
index c72261693c7b78a6cc9b4e3d3b9b09930ca27faf..ace0d6c957c0d0b431172a3bb174c1d110c6186b 100755 |
--- a/infra/bots/assets/clang_linux/create.py |
+++ b/infra/bots/assets/clang_linux/create.py |
@@ -22,6 +22,7 @@ def create_asset(target_dir): |
subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "llvm"]) |
os.chdir("llvm/tools") |
subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "clang"]) |
+ subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "lld"]) |
os.chdir("../projects") |
subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "compiler-rt"]) |
subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "libcxx"]) |