Skip to content

Commit

Permalink
Fix debug build by adding missing dependencies on libBinaryFormat
Browse files Browse the repository at this point in the history
Debug BUILD_SHARED_LIBS build was broken by rL332305

Differential Revision: https://reviews.llvm.org/D46859

llvm-svn: 332315
  • Loading branch information
sbc100 committed May 15, 2018
1 parent ae7c944 commit ed56629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/tools/llvm-nm/CMakeLists.txt
Expand Up @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
AllTargetsAsmParsers
AllTargetsDescs
AllTargetsInfos
BinaryFormat
Core
Demangle
Object
Expand Down
1 change: 1 addition & 0 deletions llvm/tools/llvm-objdump/CMakeLists.txt
Expand Up @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
BinaryFormat
CodeGen
DebugInfoDWARF
DebugInfoPDB
Expand Down
1 change: 1 addition & 0 deletions llvm/tools/obj2yaml/CMakeLists.txt
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS
BinaryFormat
DebugInfoCodeView
DebugInfoDWARF
Object
Expand Down

0 comments on commit ed56629

Please sign in to comment.