DebugInfo: Use low_pc relative debug_ranges under fission when the CU has a low_pc
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index c0986b91b926b83b29aaac048cb968a35c62cda0..01d2c7220ab94aacd35af63c1e4874606a5b1d9c 100644 (file)
@@ -1,10 +1,25 @@
 add_llvm_library(LLVMAsmPrinter
+  AddressPool.cpp
+  ARMException.cpp
   AsmPrinter.cpp
   AsmPrinterDwarf.cpp
   AsmPrinterInlineAsm.cpp
+  DbgValueHistoryCalculator.cpp
   DIE.cpp
+  DIEHash.cpp
+  DwarfAccelTable.cpp
+  DwarfCFIException.cpp
+  DwarfCompileUnit.cpp
   DwarfDebug.cpp
-  DwarfException.cpp
-  DwarfWriter.cpp
+  DwarfExpression.cpp
+  DwarfFile.cpp
+  DwarfStringPool.cpp
+  DwarfUnit.cpp
+  EHStreamer.cpp
+  ErlangGCPrinter.cpp
   OcamlGCPrinter.cpp
+  Win64Exception.cpp
+  WinCodeViewLineTables.cpp
   )
+
+add_dependencies(LLVMAsmPrinter intrinsics_gen)