aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-clang
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2021-01-20 13:06:56 -0800
committerGitHub <noreply@github.com>2021-01-20 13:06:56 -0800
commit9d7f4f3100caf7aa731cf53c943a4e3ef62b0607 (patch)
tree169b19ee8bde475acb8eef2ddd68dee87590aa44 /infra/base-images/base-clang
parent687187f07ee5cb795911787fded90f959734fed8 (diff)
downloadoss-fuzz-9d7f4f3100caf7aa731cf53c943a4e3ef62b0607.tar.gz
Bump up llvm version to fix compile failure regression (old gcc)
Diffstat (limited to 'infra/base-images/base-clang')
-rwxr-xr-xinfra/base-images/base-clang/checkout_build_install_llvm.sh2
1 files changed, 1 insertions, 1 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 711255099..b717571db 100755
--- a/infra/base-images/base-clang/checkout_build_install_llvm.sh
+++ b/infra/base-images/base-clang/checkout_build_install_llvm.sh
@@ -66,7 +66,7 @@ cd clang
LLVM_SRC=$SRC/llvm-project
# For manual bumping.
-OUR_LLVM_REVISION=llvmorg-12-init-5627-gf086e85e
+OUR_LLVM_REVISION=1185d3f43d2186fa9291fe7779abf48d9b962ef4
# 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.