Skip to content

Commit

Permalink
fix clangir-trunk build failure (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancern authored Apr 26, 2024
1 parent 71a7e39 commit 4089518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ clangir-trunk)
BRANCH=main
URL=https://github.com/llvm/clangir.git
VERSION=clangir-trunk-$(date +%Y%m%d)
LLVM_ENABLE_PROJECTS="clang;mlir;cir"
CMAKE_EXTRA_ARGS+=( "-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_TARGETS_TO_BUILD=X86;AArch64;ARM")
LLVM_ENABLE_PROJECTS="clang;mlir"
CMAKE_EXTRA_ARGS+=( "-DCLANG_ENABLE_CIR=ON" "-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_TARGETS_TO_BUILD=X86;AArch64;ARM")
;;
reflection-trunk)
BRANCH=reflection
Expand Down

0 comments on commit 4089518

Please sign in to comment.