Skip to content

Commit

Permalink
[HIPIFY] Address sanitizer support
Browse files Browse the repository at this point in the history
  • Loading branch information
aakanksha555 committed May 18, 2021
1 parent 21368be commit eee820c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Run `Visual Studio 16 2019`, open the generated `LLVM.sln`, build all, build pro
-DCMAKE_INSTALL_PREFIX=../dist \
-DLLVM_SOURCE_DIR=../llvm-project \
-DLLVM_TARGETS_TO_BUILD="X86;NVPTX" \
-DLLVM_ENABLE_PROJECTS="clang" \
-DLLVM_ENABLE_PROJECTS="clang;compiler-rt" \
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \
-DCMAKE_BUILD_TYPE=Release \
../llvm-project/llvm
Expand All @@ -270,7 +270,7 @@ Run `Visual Studio 16 2019`, open the generated `LLVM.sln`, build all, build pro
-DCMAKE_INSTALL_PREFIX=../dist \
-DLLVM_SOURCE_DIR=../llvm-project \
-DLLVM_TARGETS_TO_BUILD="NVPTX" \
-DLLVM_ENABLE_PROJECTS="clang" \
-DLLVM_ENABLE_PROJECTS="clang;compiler-rt" \
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \
-DCMAKE_BUILD_TYPE=Release \
-Thost=x64 \
Expand Down

0 comments on commit eee820c

Please sign in to comment.