Add a TargetMachine hook that verifies DataLayout compatibility
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index 4da7876ea4fcfc1047482313431f3b0bbcd653e9..ba2f61a448283a767c00e8db6c26176562d81569 100644 (file)
@@ -1,14 +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
+  DwarfExpression.cpp
+  DwarfFile.cpp
+  DwarfStringPool.cpp
+  DwarfUnit.cpp
+  EHStreamer.cpp
+  ErlangGCPrinter.cpp
   OcamlGCPrinter.cpp
-  Win64Exception.cpp
+  WinException.cpp
+  WinCodeViewLineTables.cpp
   )
 
+add_dependencies(LLVMAsmPrinter intrinsics_gen)