Have the DbgVariable "isArtificial" and "isObjectPointer" not
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index c0986b91b926b83b29aaac048cb968a35c62cda0..58fe2ed9d35759ad082f1e7296df1519d671588b 100644 (file)
@@ -1,10 +1,14 @@
 add_llvm_library(LLVMAsmPrinter
+  ARMException.cpp
   AsmPrinter.cpp
   AsmPrinterDwarf.cpp
   AsmPrinterInlineAsm.cpp
   DIE.cpp
+  DwarfAccelTable.cpp
+  DwarfCFIException.cpp
+  DwarfCompileUnit.cpp
   DwarfDebug.cpp
   DwarfException.cpp
-  DwarfWriter.cpp
   OcamlGCPrinter.cpp
+  Win64Exception.cpp
   )