Roll clang to r359254 (#2358)

Roll clang to r359254 to uptake fixes for exception handling and MSAN.
This commit is contained in:
jonathanmetzman 2019-04-30 10:19:20 -04:00 committed by GitHub
parent a047d08b8e
commit 316c1df6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ cd $SRC/chromium_tools
git clone https://chromium.googlesource.com/chromium/src/tools/clang git clone https://chromium.googlesource.com/chromium/src/tools/clang
cd 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. FORCE_OUR_REVISION=0 # To allow for manual downgrades.
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py) LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py)