From 316c1df6a40f0f5a275e32214445304213ee1b1b Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 30 Apr 2019 10:19:20 -0400 Subject: Roll clang to r359254 (#2358) Roll clang to r359254 to uptake fixes for exception handling and MSAN. --- infra/base-images/base-clang/checkout_build_install_llvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') 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) -- cgit v1.2.3