Move DebugInfo to DebugInfo/DWARF.
[oota-llvm.git] / tools / llvm-symbolizer / CMakeLists.txt
index 9e76248d83d1f1344673ca4e3c485133d1fe839a..6968f1c6216284325fcdcb5b51b6035730c20712 100644 (file)
@@ -4,7 +4,7 @@
 # targets as well. Currently, there is no support for such a build strategy.
 
 set(LLVM_LINK_COMPONENTS
-  DebugInfo
+  DebugInfoDWARF
   Object
   Support
   )