diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-28 06:31:47 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-28 06:31:47 +0000 |
commit | c890aa5190e7fba784f234ab9c44a2d5186a1091 (patch) | |
tree | 178815b1b0f4b7383e2fe47c31bb47c9b92100b5 /llvm/lib | |
parent | 329b5602d7a9ab49cbdd9455b1a6bb9d187d3c37 (diff) | |
download | bcm5719-llvm-c890aa5190e7fba784f234ab9c44a2d5186a1091.tar.gz bcm5719-llvm-c890aa5190e7fba784f234ab9c44a2d5186a1091.zip |
Fix build following r211956
RuntimeDyld now uses MCInst::dump_pretty() which introduces a dependency on
'MC'.
llvm-svn: 211978
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt b/llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt index 97dc86129a3..8bd56219189 100644 --- a/llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt +++ b/llvm/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = RuntimeDyld parent = ExecutionEngine -required_libraries = Object Support +required_libraries = MC Object Support |