aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets/clang_linux/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/assets/clang_linux/create.py')
-rwxr-xr-xinfra/bots/assets/clang_linux/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/assets/clang_linux/create.py b/infra/bots/assets/clang_linux/create.py
index a7c2484433..f7a4a07f07 100755
--- a/infra/bots/assets/clang_linux/create.py
+++ b/infra/bots/assets/clang_linux/create.py
@@ -15,7 +15,7 @@ import subprocess
import tempfile
REPO = "https://llvm.googlesource.com/"
-BRANCH = "release_39"
+BRANCH = "release_40"
def create_asset(target_dir):
# Build Clang, lld, compiler-rt (sanitizer support) and libc++.