summaryrefslogtreecommitdiffstats
path: root/llvm/tools/obj2yaml
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-05-15 00:46:43 +0000
committerSam Clegg <sbc@chromium.org>2018-05-15 00:46:43 +0000
commited56629871d2e45630a0b64c66d2ea47ba46ec70 (patch)
treec7a11cde2f4a5d9e3758462114caf43d6a92ec48 /llvm/tools/obj2yaml
parentae7c9443559ac420a6f401b7a24eb2fcea8ba3e8 (diff)
downloadbcm5719-llvm-ed56629871d2e45630a0b64c66d2ea47ba46ec70.tar.gz
bcm5719-llvm-ed56629871d2e45630a0b64c66d2ea47ba46ec70.zip
Fix debug build by adding missing dependencies on libBinaryFormat
Debug BUILD_SHARED_LIBS build was broken by rL332305 Differential Revision: https://reviews.llvm.org/D46859 llvm-svn: 332315
Diffstat (limited to 'llvm/tools/obj2yaml')
-rw-r--r--llvm/tools/obj2yaml/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/obj2yaml/CMakeLists.txt b/llvm/tools/obj2yaml/CMakeLists.txt
index 36dcfd92dfe..c59fe650952 100644
--- a/llvm/tools/obj2yaml/CMakeLists.txt
+++ b/llvm/tools/obj2yaml/CMakeLists.txt
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
+ BinaryFormat
DebugInfoCodeView
DebugInfoDWARF
Object
OpenPOWER on IntegriCloud