Revert r247684 - Replace Triple with a new TargetTuple ...
[oota-llvm.git] / tools / dsymutil / CMakeLists.txt
index ead9848b087bed527e52fc2accdbf7f95643dc1c..0f45d20de22c058ee1e07fb0dedcd276a85db33b 100644 (file)
@@ -1,12 +1,19 @@
 set(LLVM_LINK_COMPONENTS
+  ${LLVM_TARGETS_TO_BUILD}
+  AsmPrinter
+  DebugInfoDWARF
+  MC
   Object
   Support
+  Target
   )
 
 add_llvm_tool(llvm-dsymutil
   dsymutil.cpp
+  BinaryHolder.cpp
   DebugMap.cpp
   DwarfLinker.cpp
   MachODebugMapParser.cpp
+  MachOUtils.cpp
   )