Fix build following r211956

RuntimeDyld now uses MCInst::dump_pretty() which introduces a dependency on
'MC'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211978 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alp Toker 2014-06-28 06:31:47 +00:00
parent 320cba3713
commit 56f5e7fae9

View File

@ -19,4 +19,4 @@
type = Library
name = RuntimeDyld
parent = ExecutionEngine
required_libraries = Object Support
required_libraries = MC Object Support