Skip to content

Commit

Permalink
Fuzzing: MSAN docker container builds llvm for host
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgeana committed Oct 31, 2023
1 parent 3ab8d10 commit c7935d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/fuzzing/Docker.fuzzing_msan
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN cmake -GNinja -S llvm -B build-llvm \
-DLLVM_ENABLE_PROJECTS="clang;lld;clang-tools-extra" \
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;compiler-rt;libunwind" \
-DLLVM_INSTALL_TOOLCHAIN_ONLY=YES \
-DLLVM_TARGETS_TO_BUILD="X86" \
-DLLVM_TARGETS_TO_BUILD="host" \
-DCMAKE_INSTALL_PREFIX="/llvm-msan/install" \
-DLLVM_ENABLE_LLVM_LIBC=YES \
-DLLVM_ENABLE_LIBCXX=YES
Expand All @@ -37,7 +37,7 @@ RUN cmake -GNinja -S runtimes -B build-runtimes-msan \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;compiler-rt;libunwind" \
-DLLVM_USE_SANITIZER=MemoryWithOrigins \
-DLLVM_TARGETS_TO_BUILD="X86" \
-DLLVM_TARGETS_TO_BUILD="host" \
-DCMAKE_INSTALL_PREFIX="/llvm-msan/install-runtimes-msan" \
-DLLVM_ENABLE_LLVM_LIBC=YES \
-DLLVM_ENABLE_LIBCXX=YES
Expand Down

0 comments on commit c7935d6

Please sign in to comment.