diff options
author | Reid Kleckner <rnk@google.com> | 2017-08-23 20:39:35 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-08-23 20:39:35 +0000 |
commit | 950567aac4bcd7e6e5231d1874f2d3f30fff3412 (patch) | |
tree | 1b7e4b96142692c40513fccd32735988991b2f44 /llvm/lib/CodeGen | |
parent | 6d353348e58105098363ed5be162a2f9c044d342 (diff) | |
download | bcm5719-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/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/MIRParser/LLVMBuild.txt | 2 |
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 |