Skip to content

Commit

Permalink
add missing LLVM component
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kenzel committed Oct 31, 2023
1 parent 546f23d commit 198cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if(LLVM_FOUND)
endif()
add_definitions(${LLVM_DEFINITIONS})
include_directories(SYSTEM ${LLVM_INCLUDE_DIRS})
set(AnyDSL_runtime_LLVM_COMPONENTS irreader support ${LLVM_TARGETS_TO_BUILD})
set(AnyDSL_runtime_LLVM_COMPONENTS irreader support passes ${LLVM_TARGETS_TO_BUILD})
set(AnyDSL_runtime_JIT_LLVM_COMPONENTS ${AnyDSL_runtime_LLVM_COMPONENTS} mcjit)
if(AnyDSL_runtime_HAS_HSA_SUPPORT AND RUNTIME_JIT)
find_package(LLD REQUIRED)
Expand Down

0 comments on commit 198cd0f

Please sign in to comment.