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/CodeGen | |
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/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |