diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-06-07 04:48:49 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-06-07 04:48:49 +0000 |
commit | 92c99cd6dcedc97b629700ca633aedff2f73b569 (patch) | |
tree | e93132f85454d48b4193fa91de0d98cce5f3f828 /llvm/lib | |
parent | ef9d9481b530014188f6d279dd654f7ec102f2db (diff) | |
download | bcm5719-llvm-92c99cd6dcedc97b629700ca633aedff2f73b569.tar.gz bcm5719-llvm-92c99cd6dcedc97b629700ca633aedff2f73b569.zip |
Update libdeps to add BinaryFormat, introduced in r304864.
llvm-svn: 304869
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Analysis/LLVMBuild.txt | 2 | ||||
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/LLVMBuild.txt | 2 | ||||
-rw-r--r-- | llvm/lib/DebugInfo/DWARF/LLVMBuild.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Analysis/LLVMBuild.txt b/llvm/lib/Analysis/LLVMBuild.txt index 24bf4dde511..8a87b980b0a 100644 --- a/llvm/lib/Analysis/LLVMBuild.txt +++ b/llvm/lib/Analysis/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = Analysis parent = Libraries -required_libraries = Core Object ProfileData Support +required_libraries = BinaryFormat Core Object ProfileData Support diff --git a/llvm/lib/CodeGen/AsmPrinter/LLVMBuild.txt b/llvm/lib/CodeGen/AsmPrinter/LLVMBuild.txt index 2bb66d12f37..bde8148d259 100644 --- a/llvm/lib/CodeGen/AsmPrinter/LLVMBuild.txt +++ b/llvm/lib/CodeGen/AsmPrinter/LLVMBuild.txt @@ -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 diff --git a/llvm/lib/DebugInfo/DWARF/LLVMBuild.txt b/llvm/lib/DebugInfo/DWARF/LLVMBuild.txt index 9f8b1047ef6..8242a7f2e7f 100644 --- a/llvm/lib/DebugInfo/DWARF/LLVMBuild.txt +++ b/llvm/lib/DebugInfo/DWARF/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = DebugInfoDWARF parent = DebugInfo -required_libraries = Object Support +required_libraries = BinaryFormat Object Support |