diff options
Diffstat (limited to 'infra')
-rwxr-xr-x | infra/base-images/base-clang/checkout_build_install_llvm.sh | 2 |
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 8ae77c43..a928d422 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=356356 # For manual bumping. +OUR_LLVM_REVISION=359254 # For manual bumping. FORCE_OUR_REVISION=0 # To allow for manual downgrades. LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py) |