Fix build following r211956

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

llvm-svn: 211978
This commit is contained in:
Alp Toker 2014-06-28 06:31:47 +00:00
parent 7a227fc525
commit 963e718be1

View File

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