infra: fix base-clang temporarily (#7618)

This commit is contained in:
DavidKorczynski 2022-04-25 09:29:35 +01:00 committed by GitHub
parent f24b166ca2
commit 15cd77a60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -69,8 +69,10 @@ function cmake_llvm {
# Use chromium's clang revision
mkdir $SRC/chromium_tools
cd $SRC/chromium_tools
git clone https://chromium.googlesource.com/chromium/src/tools/clang --depth 1
git clone https://chromium.googlesource.com/chromium/src/tools/clang
cd clang
# Pin clang due to https://github.com/google/oss-fuzz/issues/7617
git checkout 946a41a51f44207941b3729a0733dfc1e236644e
LLVM_SRC=$SRC/llvm-project