Add a TargetMachine hook that verifies DataLayout compatibility
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index 824e71e6a465ae6ce295c2f8eec87cb52bd1c829..ba2f61a448283a767c00e8db6c26176562d81569 100644 (file)
@@ -1,10 +1,26 @@
 add_llvm_library(LLVMAsmPrinter
+  AddressPool.cpp
+  ARMException.cpp
   AsmPrinter.cpp
+  AsmPrinterDwarf.cpp
   AsmPrinterInlineAsm.cpp
+  DbgValueHistoryCalculator.cpp
+  DebugLocStream.cpp
   DIE.cpp
+  DIEHash.cpp
+  DwarfAccelTable.cpp
+  DwarfCFIException.cpp
+  DwarfCompileUnit.cpp
   DwarfDebug.cpp
-  DwarfException.cpp
-  DwarfPrinter.cpp
-  DwarfWriter.cpp
+  DwarfExpression.cpp
+  DwarfFile.cpp
+  DwarfStringPool.cpp
+  DwarfUnit.cpp
+  EHStreamer.cpp
+  ErlangGCPrinter.cpp
   OcamlGCPrinter.cpp
+  WinException.cpp
+  WinCodeViewLineTables.cpp
   )
+
+add_dependencies(LLVMAsmPrinter intrinsics_gen)