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 @@ -92,7 +92,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
92
92
DOCKER_EXEC " update-alternatives --install /usr/bin/clang++ clang++ \$ (which clang++-9) 100"
93
93
DOCKER_EXEC " update-alternatives --install /usr/bin/clang clang \$ (which clang-9) 100"
94
94
DOCKER_EXEC " mkdir -p ${BASE_SCRATCH_DIR} /msan/build/"
95
- DOCKER_EXEC " git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-10 .0.0 ${BASE_SCRATCH_DIR} /msan/llvm-project"
95
+ DOCKER_EXEC " git clone --depth=1 https://github.com/llvm/llvm-project -b llvmorg-12 .0.0 ${BASE_SCRATCH_DIR} /msan/llvm-project"
96
96
DOCKER_EXEC " cd ${BASE_SCRATCH_DIR} /msan/build/ && cmake -DLLVM_ENABLE_PROJECTS='libcxx;libcxxabi' -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_SANITIZER=Memory -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DLLVM_TARGETS_TO_BUILD=X86 ../llvm-project/llvm/"
97
97
DOCKER_EXEC " cd ${BASE_SCRATCH_DIR} /msan/build/ && make $MAKEJOBS cxx"
98
98
fi
You can’t perform that action at this time.
0 commit comments