summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-12-18 10:51:03 +0000
committerPavel Labath <labath@google.com>2017-12-18 10:51:03 +0000
commit9b95b32323ccce747c5b213fe17923f7d423841b (patch)
treed735b5dd4e74014cc87858ea37517d50ef4cfebd /lldb/source/Plugins/ObjectFile
parenta0e3c6f6f5bcf72d2ea88e72a37eaa5ac2b9604c (diff)
downloadbcm5719-llvm-9b95b32323ccce747c5b213fe17923f7d423841b.tar.gz
bcm5719-llvm-9b95b32323ccce747c5b213fe17923f7d423841b.zip
Add LLVMObject dependency to our ObjectFileELF plugin
llvm-svn: 320967
Diffstat (limited to 'lldb/source/Plugins/ObjectFile')
-rw-r--r--lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt b/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt
index e0680b07efc..45a4edcbb1c 100644
--- a/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt
+++ b/lldb/source/Plugins/ObjectFile/ELF/CMakeLists.txt
@@ -9,5 +9,6 @@ add_lldb_library(lldbPluginObjectFileELF PLUGIN
lldbTarget
LINK_COMPONENTS
BinaryFormat
+ Object
Support
)
OpenPOWER on IntegriCloud