We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2316b1 commit 96527cdCopy full SHA for 96527cd
ci/test/01_base_install.sh
@@ -42,7 +42,7 @@ if [ -n "$PIP_PACKAGES" ]; then
42
fi
43
44
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
45
- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-16.0.5 "${BASE_SCRATCH_DIR}"/msan/llvm-project
+ git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-16.0.6 "${BASE_SCRATCH_DIR}"/msan/llvm-project
46
47
cmake -G Ninja -B "${BASE_SCRATCH_DIR}"/msan/clang_build/ -DLLVM_ENABLE_PROJECTS="clang" \
48
-DCMAKE_BUILD_TYPE=Release \
0 commit comments