Skip to content

Commit 796bd1d

Browse files
committed
ci: use LLVM 16.0.4 in MSAN jobs
1 parent 883bc9f commit 796bd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/01_base_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444
if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
4545
update-alternatives --install /usr/bin/clang++ clang++ "$(which clang++-16)" 100
4646
update-alternatives --install /usr/bin/clang clang "$(which clang-16)" 100
47-
git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-16.0.1 "${BASE_SCRATCH_DIR}"/msan/llvm-project
47+
git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-16.0.4 "${BASE_SCRATCH_DIR}"/msan/llvm-project
4848
cmake -B "${BASE_SCRATCH_DIR}"/msan/build/ -DLLVM_ENABLE_RUNTIMES='libcxx;libcxxabi' -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_SANITIZER=MemoryWithOrigins -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF -DLIBCXX_ENABLE_DEBUG_MODE=ON -DLIBCXX_ENABLE_ASSERTIONS=ON -S "${BASE_SCRATCH_DIR}"/msan/llvm-project/runtimes
4949
make -C "${BASE_SCRATCH_DIR}"/msan/build/ "$MAKEJOBS"
5050
fi

0 commit comments

Comments
 (0)