aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-clang
diff options
context:
space:
mode:
authorMax Moroz <dor3s1@gmail.com>2018-08-13 07:44:21 -0700
committerGitHub <noreply@github.com>2018-08-13 07:44:21 -0700
commite6bf26c8dd37f02be75c9f7c43c2e05a4e2ceb97 (patch)
treec4f09edebfadbde30a23b9c5eeb7c435f88e530c /infra/base-images/base-clang
parentd747892866ac341bed4fcf0edccb4bf82ff8f86f (diff)
downloadoss-fuzz-e6bf26c8dd37f02be75c9f7c43c2e05a4e2ceb97.tar.gz
[infra] Bump LLVM revision to r338452. (#1708)
Diffstat (limited to 'infra/base-images/base-clang')
-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 77374216e..df1f5a8e4 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=334100 # For manual bumping.
+OUR_LLVM_REVISION=338452 # For manual bumping.
FORCE_OUR_REVISION=0 # To allow for manual downgrades.
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py)