Update libdeps to add BinaryFormat, introduced in r304864.

llvm-svn: 304869
This commit is contained in:
NAKAMURA Takumi 2017-06-07 04:48:49 +00:00
parent e794c94ccb
commit bf2abbfa92
3 changed files with 3 additions and 3 deletions

View File

@ -19,4 +19,4 @@
type = Library
name = Analysis
parent = Libraries
required_libraries = Core Object ProfileData Support
required_libraries = BinaryFormat Core Object ProfileData Support

View File

@ -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

View File

@ -19,4 +19,4 @@
type = Library
name = DebugInfoDWARF
parent = DebugInfo
required_libraries = Object Support
required_libraries = BinaryFormat Object Support