[llvm] dd42651 - [ORC] Add BinaryFormat dependence to the LLVMOrcDebugging library.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 15:39:16 PST 2025


Author: Lang Hames
Date: 2025-01-20T10:39:10+11:00
New Revision: dd42651295d0e1566b34104b007ad19865c57fcc

URL: https://github.com/llvm/llvm-project/commit/dd42651295d0e1566b34104b007ad19865c57fcc
DIFF: https://github.com/llvm/llvm-project/commit/dd42651295d0e1566b34104b007ad19865c57fcc.diff

LOG: [ORC] Add BinaryFormat dependence to the LLVMOrcDebugging library.

This is needed as of 630139460ea7 for MachO::getCPUType and
MachO::getCPUSubType.

Added: 
    

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

Removed: 
    


################################################################################
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


        


More information about the llvm-commits mailing list