Freeze llvm version due to #4608

This commit is contained in:
Abhishek Arya 2020-11-06 08:12:02 -08:00 committed by GitHub
parent c960b50e0f
commit 400e898705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -66,11 +66,11 @@ cd clang
LLVM_SRC=$SRC/llvm-project
# For manual bumping.
OUR_LLVM_REVISION=llvmorg-12-init-1771-g1bd7046e
OUR_LLVM_REVISION=llvmorg-12-init-5627-gf086e85e
# To allow for manual downgrades. Set to 0 to use Chrome's clang version (i.e.
# *not* force a manual downgrade). Set to 1 to force a manual downgrade.
FORCE_OUR_REVISION=0
FORCE_OUR_REVISION=1
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K([^']+)" scripts/update.py)
clone_with_retries https://github.com/llvm/llvm-project.git $LLVM_SRC