aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-clang
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-04-30 10:19:20 -0400
committerGitHub <noreply@github.com>2019-04-30 10:19:20 -0400
commit316c1df6a40f0f5a275e32214445304213ee1b1b (patch)
treee68dba5e50554149905e37a026764816e38f2662 /infra/base-images/base-clang
parenta047d08b8ea92e97b688b48f178616848ac04ee3 (diff)
downloadoss-fuzz-316c1df6a40f0f5a275e32214445304213ee1b1b.tar.gz
Roll clang to r359254 (#2358)
Roll clang to r359254 to uptake fixes for exception handling and MSAN.
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 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)