Roll llvm (for #1030)

This commit is contained in:
Oliver Chang 2017-12-09 15:05:37 -08:00 committed by GitHub
parent f0a2aec376
commit 8152732d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cd $SRC/chromium_tools
git clone https://chromium.googlesource.com/chromium/src/tools/clang
cd clang
OUR_LLVM_REVISION=315377 # For manual bumping.
OUR_LLVM_REVISION=320259 # For manual bumping.
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py)
if [ $OUR_LLVM_REVISION -gt $LLVM_REVISION ]; then