aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-clang
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2020-08-21 22:18:24 -0700
committerGitHub <noreply@github.com>2020-08-21 22:18:24 -0700
commita02946e8f46d5e4fcbd456ec9799ed398e0480c5 (patch)
tree66aa8f34e1fea35a05dd10a7acb72248596680ae /infra/base-images/base-clang
parent4628ee31a9a8bd8a12829620e703fe15e78e491b (diff)
downloadoss-fuzz-a02946e8f46d5e4fcbd456ec9799ed398e0480c5.tar.gz
Revert chromium clang roll to fix mismatched coverage data error (#4353)
Temporarily fixes #4348
Diffstat (limited to 'infra/base-images/base-clang')
-rwxr-xr-xinfra/base-images/base-clang/checkout_build_install_llvm.sh4
1 files changed, 2 insertions, 2 deletions
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 3508187d4..3717e060f 100755
--- a/infra/base-images/base-clang/checkout_build_install_llvm.sh
+++ b/infra/base-images/base-clang/checkout_build_install_llvm.sh
@@ -66,11 +66,11 @@ cd clang
LLVM_SRC=$SRC/llvm-project
# For manual bumping.
-OUR_LLVM_REVISION=e84b7a5fe230e42b8e6fe451369874a773bf1867
+OUR_LLVM_REVISION=llvmorg-12-init-1771-g1bd7046e
# 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