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