Skip to content

Commit

Permalink
Update lib/Interpreter/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Vassil Vassilev <[email protected]>
  • Loading branch information
alexander-penev and vgvassilev authored Apr 30, 2024
1 parent 71ed6eb commit 049b70b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ set(LLVM_LINK_COMPONENTS
OrcJit
Support
)
# FIXME: Investigate why this needs to be conditionally included.
if ("LLVMFrontendDriver" IN_LIST LLVM_AVAILABLE_LIBS)
set(LLVM_LINK_COMPONENTS ${LLVM_LINK_COMPONENTS} FrontendDriver)
list(APPEND LLVM_LINK_COMPONENTS FrontendDriver)
endif()
if ("LLVMOrcDebugging" IN_LIST LLVM_AVAILABLE_LIBS)
set(LLVM_LINK_COMPONENTS ${LLVM_LINK_COMPONENTS} OrcDebugging)
list(APPEND LLVM_LINK_COMPONENTS OrcDebugging)
endif()

set(DLM
Expand Down

0 comments on commit 049b70b

Please sign in to comment.