mirror of https://github.com/google/oss-fuzz.git
Freeze llvm version due to #4608
This commit is contained in:
parent
c960b50e0f
commit
400e898705
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue