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
4646
4747 cmake -G Ninja -B " ${BASE_SCRATCH_DIR} " /msan/clang_build/ -DLLVM_ENABLE_PROJECTS=" clang" \
4848 -DCMAKE_BUILD_TYPE=Release \
49- -DLLVM_TARGETS_TO_BUILD=X86 \
49+ -DLLVM_TARGETS_TO_BUILD=Native \
5050 -DLLVM_ENABLE_RUNTIMES=" compiler-rt;libcxx;libcxxabi;libunwind" \
5151 -S " ${BASE_SCRATCH_DIR} " /msan/llvm-project/llvm
5252
@@ -61,7 +61,7 @@ if [[ ${USE_MEMORY_SANITIZER} == "true" ]]; then
6161 -DLLVM_USE_SANITIZER=MemoryWithOrigins \
6262 -DCMAKE_C_COMPILER=clang \
6363 -DCMAKE_CXX_COMPILER=clang++ \
64- -DLLVM_TARGETS_TO_BUILD=X86 \
64+ -DLLVM_TARGETS_TO_BUILD=Native \
6565 -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF \
6666 -DLIBCXX_ENABLE_DEBUG_MODE=ON \
6767 -DLIBCXX_ENABLE_ASSERTIONS=ON \
You can’t perform that action at this time.
0 commit comments