[MCJIT] Update CMakeLists.txt for llvm-rtdyld to add Object as a requirement.
[oota-llvm.git] / tools / llvm-rtdyld / CMakeLists.txt
index feb213489d3f626db92b8b949ac45a41a1f3652c..e294760801bb15a6e820176843aadea345d7fc26 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   DebugInfo
   ExecutionEngine
   MC
+  Object
   RuntimeDyld
   Support
   )