summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-08-23 20:39:35 +0000
committerReid Kleckner <rnk@google.com>2017-08-23 20:39:35 +0000
commit950567aac4bcd7e6e5231d1874f2d3f30fff3412 (patch)
tree1b7e4b96142692c40513fccd32735988991b2f44 /llvm
parent6d353348e58105098363ed5be162a2f9c044d342 (diff)
downloadbcm5719-llvm-950567aac4bcd7e6e5231d1874f2d3f30fff3412.tar.gz
bcm5719-llvm-950567aac4bcd7e6e5231d1874f2d3f30fff3412.zip
Attempt to fix the BUILD_SHARED_LIBS build after the DIExpression change
llvm-svn: 311595
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/MIRParser/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/LLVMBuild.txt b/llvm/lib/CodeGen/MIRParser/LLVMBuild.txt
index 2852124786e..6269b005a98 100644
--- a/llvm/lib/CodeGen/MIRParser/LLVMBuild.txt
+++ b/llvm/lib/CodeGen/MIRParser/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = MIRParser
parent = CodeGen
-required_libraries = AsmParser CodeGen Core MC Support Target
+required_libraries = AsmParser BinaryFormat CodeGen Core MC Support Target
OpenPOWER on IntegriCloud