Move DebugInfo to DebugInfo/DWARF.
[oota-llvm.git] / tools / llvm-rtdyld / CMakeLists.txt
index feb213489d3f626db92b8b949ac45a41a1f3652c..c1acbe5846bdb549808e5812352076f7f83b446d 100644 (file)
@@ -1,8 +1,9 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
-  DebugInfo
+  DebugInfoDWARF
   ExecutionEngine
   MC
+  Object
   RuntimeDyld
   Support
   )