Skip to content

Commit dd42651

Browse files
committed
[ORC] Add BinaryFormat dependence to the LLVMOrcDebugging library.
This is needed as of 6301394 for MachO::getCPUType and MachO::getCPUSubType.
1 parent 5af7905 commit dd42651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ add_llvm_component_library(LLVMOrcDebugging
1818
${rt_lib}
1919

2020
LINK_COMPONENTS
21+
BinaryFormat
2122
DebugInfoDWARF
2223
JITLink
2324
OrcJIT

0 commit comments

Comments
 (0)