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 8ae77c432..a928d4227 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)