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 @@ -22,7 +22,7 @@ RUN cmake -GNinja -S llvm -B build-llvm \
22
22
-DLLVM_ENABLE_PROJECTS="clang;lld;clang-tools-extra" \
23
23
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;compiler-rt;libunwind" \
24
24
-DLLVM_INSTALL_TOOLCHAIN_ONLY=YES \
25
- -DLLVM_TARGETS_TO_BUILD="X86" \
25
+ -DLLVM_TARGETS_TO_BUILD="host" \
26
26
-DCMAKE_INSTALL_PREFIX="/llvm-msan/install" \
27
27
-DLLVM_ENABLE_LLVM_LIBC=YES \
28
28
-DLLVM_ENABLE_LIBCXX=YES
@@ -37,7 +37,7 @@ RUN cmake -GNinja -S runtimes -B build-runtimes-msan \
37
37
-DCMAKE_BUILD_TYPE=Release \
38
38
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;compiler-rt;libunwind" \
39
39
-DLLVM_USE_SANITIZER=MemoryWithOrigins \
40
- -DLLVM_TARGETS_TO_BUILD="X86" \
40
+ -DLLVM_TARGETS_TO_BUILD="host" \
41
41
-DCMAKE_INSTALL_PREFIX="/llvm-msan/install-runtimes-msan" \
42
42
-DLLVM_ENABLE_LLVM_LIBC=YES \
43
43
-DLLVM_ENABLE_LIBCXX=YES
You can’t perform that action at this time.
0 commit comments