Skip to content

Commit

Permalink
[ORC] Add JITLink to dependencies of OrcDebugging.
Browse files Browse the repository at this point in the history
The OrcDebugging library depends on JITLink after b251897.
  • Loading branch information
lhames committed Sep 29, 2023
1 parent b251897 commit 71bb5f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ add_llvm_component_library(LLVMOrcDebugging

LINK_COMPONENTS
DebugInfoDWARF
JITLink
OrcJIT
OrcShared
Support
Expand Down

0 comments on commit 71bb5f7

Please sign in to comment.