mirror of https://github.com/google/oss-fuzz.git
[infra] Bump LLVM revision to r333631 (fixes #1475).
This commit is contained in:
parent
8d71a4be61
commit
cfa75aa5c5
|
@ -26,7 +26,7 @@ cd $SRC/chromium_tools
|
|||
git clone https://chromium.googlesource.com/chromium/src/tools/clang
|
||||
cd clang
|
||||
|
||||
OUR_LLVM_REVISION=333416 # For manual bumping.
|
||||
OUR_LLVM_REVISION=333631 # For manual bumping.
|
||||
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py)
|
||||
|
||||
if [ $OUR_LLVM_REVISION -gt $LLVM_REVISION ]; then
|
||||
|
|
Loading…
Reference in New Issue