aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-05-13 10:26:40 -0700
committerGravatar GitHub <noreply@github.com>2019-05-13 10:26:40 -0700
commit4a9941d9c490c5f9c368fd375802243408e26550 (patch)
tree19a9863eab1b7ebb827fa5e49c75a34f3ad9ea95 /infra/base-images
parentf9a68709719a57fff5272d025850e812ce39da2e (diff)
[infra] Roll clang to r360398 (#2405)
Diffstat (limited to 'infra/base-images')
-rwxr-xr-xinfra/base-images/base-clang/checkout_build_install_llvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-clang/checkout_build_install_llvm.sh b/infra/base-images/base-clang/checkout_build_install_llvm.sh
index a928d422..82320451 100755
--- a/infra/base-images/base-clang/checkout_build_install_llvm.sh
+++ b/infra/base-images/base-clang/checkout_build_install_llvm.sh
@@ -47,7 +47,7 @@ cd $SRC/chromium_tools
git clone https://chromium.googlesource.com/chromium/src/tools/clang
cd clang
-OUR_LLVM_REVISION=359254 # For manual bumping.
+OUR_LLVM_REVISION=360398 # For manual bumping.
FORCE_OUR_REVISION=0 # To allow for manual downgrades.
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py)