Add support to emit dwarf ranges.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index 7ed5f97dbd5d55656a52ea51e4b1b65203a5e04f..ca8b8436c11fd576d3164b2603d7307d10041aff 100644 (file)
@@ -1,5 +1,11 @@
 add_llvm_library(LLVMAsmPrinter
   AsmPrinter.cpp
-  DwarfWriter.cpp
+  AsmPrinterDwarf.cpp
+  AsmPrinterInlineAsm.cpp
+  DIE.cpp
+  DwarfDebug.cpp
+  DwarfException.cpp
   OcamlGCPrinter.cpp
   )
+
+target_link_libraries (LLVMAsmPrinter LLVMMCParser)