[Lldb-commits] [lldb] 221641b - [lldb] Add lldbTarget -> llvmMC dependency
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 3 04:11:40 PST 2020
Author: Pavel Labath
Date: 2020-03-03T13:10:44+01:00
New Revision: 221641be0219d45018105cc04e5589c61bae7171
URL: https://github.com/llvm/llvm-project/commit/221641be0219d45018105cc04e5589c61bae7171
DIFF: https://github.com/llvm/llvm-project/commit/221641be0219d45018105cc04e5589c61bae7171.diff
LOG: [lldb] Add lldbTarget -> llvmMC dependency
The ABI class uses llvm::MCRegisterInfo.
Added:
Modified:
lldb/source/Target/CMakeLists.txt
Removed:
################################################################################
diff --git a/lldb/source/Target/CMakeLists.txt b/lldb/source/Target/CMakeLists.txt
index 893065442e80..2d9274ec52ca 100644
--- a/lldb/source/Target/CMakeLists.txt
+++ b/lldb/source/Target/CMakeLists.txt
@@ -79,6 +79,7 @@ add_lldb_library(lldbTarget
LINK_COMPONENTS
Support
+ MC
)
add_dependencies(lldbTarget
More information about the lldb-commits
mailing list