Fix build following r211956
authorAlp Toker <alp@nuanti.com>
Sat, 28 Jun 2014 06:31:47 +0000 (06:31 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 28 Jun 2014 06:31:47 +0000 (06:31 +0000)
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

lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt

index 97dc86129a33fa4fd0379c0a0353594495fb1496..8bd5621918916053e8dbf3c851ed0271f9c92b10 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = RuntimeDyld
 parent = ExecutionEngine
-required_libraries = Object Support
+required_libraries = MC Object Support