We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13efc95 commit dd5ec16Copy full SHA for dd5ec16
.ci/oss-fuzz.sh
@@ -24,7 +24,7 @@ ln -f -s /usr/local/bin/lld /usr/bin/ld
24
25
cd "$SRC"
26
27
-LLVM_VER="18.1.8"
+LLVM_VER="19.1.7"
28
29
wget -q https://github.com/llvm/llvm-project/releases/download/llvmorg-$LLVM_VER/llvm-project-$LLVM_VER.src.tar.xz
30
tar -xf llvm-project-$LLVM_VER.src.tar.xz llvm-project-$LLVM_VER.src/{runtimes,cmake,llvm/cmake,libcxx,libcxxabi,openmp}/
0 commit comments