mirror of https://github.com/google/oss-fuzz.git
Roll llvm (for #1030)
This commit is contained in:
parent
f0a2aec376
commit
8152732d30
|
@ -26,7 +26,7 @@ cd $SRC/chromium_tools
|
|||
git clone https://chromium.googlesource.com/chromium/src/tools/clang
|
||||
cd clang
|
||||
|
||||
OUR_LLVM_REVISION=315377 # For manual bumping.
|
||||
OUR_LLVM_REVISION=320259 # 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