Skip to content

Commit

Permalink
Add libunwind to the enabled runtime list of clangir build (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancern authored Apr 28, 2024
1 parent 4089518 commit 5a88132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ clangir-trunk)
URL=https://github.com/llvm/clangir.git
VERSION=clangir-trunk-$(date +%Y%m%d)
LLVM_ENABLE_PROJECTS="clang;mlir"
LLVM_ENABLE_RUNTIMES="libunwind;libcxx;libcxxabi"
CMAKE_EXTRA_ARGS+=( "-DCLANG_ENABLE_CIR=ON" "-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_TARGETS_TO_BUILD=X86;AArch64;ARM")
;;
reflection-trunk)
Expand Down

0 comments on commit 5a88132

Please sign in to comment.