Skip to content

Commit

Permalink
Update build_llvm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Sep 3, 2024
1 parent 6c76017 commit 24e4334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/build_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ CMAKE_ARGS="\
-DLLVM_ENABLE_ZLIB=OFF \
-DLLVM_ENABLE_ZSTD=OFF \
-DLLVM_FORCE_ENABLE_STATS=ON \
-DLLVM_INSTALL_UTILS=ON \
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
-DLLVM_ENABLE_PROJECTS=mlir;clang;lld"

Expand Down
4 changes: 4 additions & 0 deletions cmake/iree_aie_xrt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ include(${CMAKE_CURRENT_LIST_DIR}/iree_aie_utils.cmake)
# boost
# ##############################################################################

if(NOT DEFINED CMAKE_SIZEOF_VOID_P OR NOT DEFINED ${CMAKE_SIZEOF_VOID_P})
message(FATAL_ERROR "CMAKE_SIZEOF_VOID_P not defined")
endif()

include(FetchContent)
find_package(Threads REQUIRED)
set(Boost_USE_STATIC_LIBS ON)
Expand Down

0 comments on commit 24e4334

Please sign in to comment.