File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 44
44
if [[ ${USE_MEMORY_SANITIZER} == " true" ]]; then
45
45
update-alternatives --install /usr/bin/clang++ clang++ " $( which clang++-16) " 100
46
46
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
48
48
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
49
49
make -C " ${BASE_SCRATCH_DIR} " /msan/build/ " $MAKEJOBS "
50
50
fi
You can’t perform that action at this time.
0 commit comments