Skip to content

Commit

Permalink
[BUILD] update for windows
Browse files Browse the repository at this point in the history
 * build "mlir" only
 * disable LLVM_ENABLE_DIA_SDK
  • Loading branch information
wkpark committed Dec 9, 2023
1 parent d2e3b4a commit b5e9afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/llvm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ jobs:
-DLLVM_BUILD_TOOLS=ON
-DLLVM_ENABLE_ASSERTIONS=ON
-DMLIR_ENABLE_BINDINGS_PYTHON=ON
-DLLVM_ENABLE_PROJECTS="clang;mlir"
-DLLVM_ENABLE_PROJECTS=mlir
-DLLVM_ENABLE_DIA_SDK=OFF
-DLLVM_INSTALL_UTILS=ON
-DLLVM_TARGETS_TO_BUILD="host;NVPTX;AMDGPU"
-DLLVM_ENABLE_TERMINFO=OFF
Expand Down

0 comments on commit b5e9afb

Please sign in to comment.