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 b5d2118 commit c7efee5Copy full SHA for c7efee5
ci/test/01_base_install.sh
@@ -36,7 +36,7 @@ if [ -n "$PIP_PACKAGES" ]; then
36
fi
37
38
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
39
- ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-18.1.1" /msan/llvm-project
+ ${CI_RETRY_EXE} git clone --depth=1 https://github.com/llvm/llvm-project -b "llvmorg-18.1.3" /msan/llvm-project
40
41
cmake -G Ninja -B /msan/clang_build/ \
42
-DLLVM_ENABLE_PROJECTS="clang" \
0 commit comments