File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
46
46
47
47
cmake -G Ninja -B " ${BASE_SCRATCH_DIR} " /msan/clang_build/ -DLLVM_ENABLE_PROJECTS=" clang" \
48
48
-DCMAKE_BUILD_TYPE=Release \
49
- -DLLVM_TARGETS_TO_BUILD=X86 \
49
+ -DLLVM_TARGETS_TO_BUILD=Native \
50
50
-DLLVM_ENABLE_RUNTIMES=" compiler-rt;libcxx;libcxxabi;libunwind" \
51
51
-S " ${BASE_SCRATCH_DIR} " /msan/llvm-project/llvm
52
52
@@ -61,7 +61,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
61
61
-DLLVM_USE_SANITIZER=MemoryWithOrigins \
62
62
-DCMAKE_C_COMPILER=clang \
63
63
-DCMAKE_CXX_COMPILER=clang++ \
64
- -DLLVM_TARGETS_TO_BUILD=X86 \
64
+ -DLLVM_TARGETS_TO_BUILD=Native \
65
65
-DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF \
66
66
-DLIBCXX_ENABLE_DEBUG_MODE=ON \
67
67
-DLIBCXX_ENABLE_ASSERTIONS=ON \
You can’t perform that action at this time.
0 commit comments