mirror of https://github.com/google/oss-fuzz.git
[infra] Bump LLVM revision to r338452. (#1708)
This commit is contained in:
parent
d747892866
commit
e6bf26c8dd
|
@ -47,7 +47,7 @@ cd $SRC/chromium_tools
|
|||
git clone https://chromium.googlesource.com/chromium/src/tools/clang
|
||||
cd clang
|
||||
|
||||
OUR_LLVM_REVISION=334100 # For manual bumping.
|
||||
OUR_LLVM_REVISION=338452 # For manual bumping.
|
||||
FORCE_OUR_REVISION=0 # To allow for manual downgrades.
|
||||
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py)
|
||||
|
||||
|
|
Loading…
Reference in New Issue