forked from OSchip/llvm-project
Update libdeps to add BinaryFormat, introduced in r304864.
llvm-svn: 304869
This commit is contained in:
parent
ef9d9481b5
commit
92c99cd6dc
|
@ -1,4 +1,5 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
BinaryFormat
|
||||
Support
|
||||
)
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
BinaryFormat
|
||||
Option
|
||||
Support
|
||||
)
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = Analysis
|
||||
parent = Libraries
|
||||
required_libraries = Core Object ProfileData Support
|
||||
required_libraries = BinaryFormat Core Object ProfileData Support
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = AsmPrinter
|
||||
parent = Libraries
|
||||
required_libraries = Analysis CodeGen Core DebugInfoCodeView DebugInfoMSF MC MCParser Support Target
|
||||
required_libraries = Analysis BinaryFormat CodeGen Core DebugInfoCodeView DebugInfoMSF MC MCParser Support Target
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = DebugInfoDWARF
|
||||
parent = DebugInfo
|
||||
required_libraries = Object Support
|
||||
required_libraries = BinaryFormat Object Support
|
||||
|
|
Loading…
Reference in New Issue