mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
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
This commit is contained in:
parent
80145bc64e
commit
b0362616c3
@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsAsmParsers
|
||||
AllTargetsDescs
|
||||
AllTargetsInfos
|
||||
BinaryFormat
|
||||
Core
|
||||
Demangle
|
||||
Object
|
||||
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
AllTargetsDescs
|
||||
AllTargetsDisassemblers
|
||||
AllTargetsInfos
|
||||
BinaryFormat
|
||||
CodeGen
|
||||
DebugInfoDWARF
|
||||
DebugInfoPDB
|
||||
|
@ -1,4 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS
|
||||
BinaryFormat
|
||||
DebugInfoCodeView
|
||||
DebugInfoDWARF
|
||||
Object
|
||||
|
Loading…
Reference in New Issue
Block a user