File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if [ -n "$PIP_PACKAGES" ]; then
4242fi
4343
4444if [[ ${USE_MEMORY_SANITIZER} == " true" ]]; then
45- git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-16 .0.6 /msan/llvm-project
45+ git clone --depth=1 https://github.com/llvm/llvm-project -b " llvmorg-17 .0.0-rc4 " /msan/llvm-project
4646
4747 cmake -G Ninja -B /msan/clang_build/ \
4848 -DLLVM_ENABLE_PROJECTS=" clang" \
@@ -66,8 +66,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
6666 -DCMAKE_CXX_COMPILER=clang++ \
6767 -DLLVM_TARGETS_TO_BUILD=Native \
6868 -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF \
69- -DLIBCXX_ENABLE_DEBUG_MODE=ON \
70- -DLIBCXX_ENABLE_ASSERTIONS=ON \
69+ -DLIBCXX_HARDENING_MODE=debug \
7170 -S /msan/llvm-project/runtimes
7271
7372 ninja -C /msan/cxx_build/ " $MAKEJOBS "
You can’t perform that action at this time.
0 commit comments