From dd42651295d0e1566b34104b007ad19865c57fcc Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Mon, 20 Jan 2025 10:36:42 +1100 Subject: [PATCH] [ORC] Add BinaryFormat dependence to the LLVMOrcDebugging library. This is needed as of 630139460ea7 for MachO::getCPUType and MachO::getCPUSubType. --- llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt b/llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt index ed52692662a8a3..186df5dad072ef 100644 --- a/llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt +++ b/llvm/lib/ExecutionEngine/Orc/Debugging/CMakeLists.txt @@ -18,6 +18,7 @@ add_llvm_component_library(LLVMOrcDebugging ${rt_lib} LINK_COMPONENTS + BinaryFormat DebugInfoDWARF JITLink OrcJIT