Skip to content

Commit

Permalink
[ORC] Add BinaryFormat dependence to the LLVMOrcDebugging library.
Browse files Browse the repository at this point in the history
This is needed as of 6301394 for MachO::getCPUType and
MachO::getCPUSubType.
  • Loading branch information
lhames committed Jan 19, 2025
1 parent 5af7905 commit dd42651
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 @@ -18,6 +18,7 @@ add_llvm_component_library(LLVMOrcDebugging
${rt_lib}

LINK_COMPONENTS
BinaryFormat
DebugInfoDWARF
JITLink
OrcJIT
Expand Down

0 comments on commit dd42651

Please sign in to comment.