Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index ef6e157e86d0e2e092e07436883becbb7c9c122d..f555f212a978130c2c0f33e3f24752846a57672f 100644 (file)
@@ -1,18 +1,23 @@
 add_llvm_library(LLVMAsmPrinter
+  AddressPool.cpp
+  ARMException.cpp
   AsmPrinter.cpp
   AsmPrinterDwarf.cpp
   AsmPrinterInlineAsm.cpp
+  DbgValueHistoryCalculator.cpp
   DIE.cpp
+  DIEHash.cpp
+  DwarfAccelTable.cpp
+  DwarfCFIException.cpp
   DwarfDebug.cpp
-  DwarfException.cpp
+  DwarfFile.cpp
+  DwarfStringPool.cpp
+  DwarfUnit.cpp
+  EHStreamer.cpp
+  ErlangGCPrinter.cpp
   OcamlGCPrinter.cpp
+  Win64Exception.cpp
+  WinCodeViewLineTables.cpp
   )
 
-target_link_libraries (LLVMAsmPrinter
-  LLVMAnalysis
-  LLVMCodeGen
-  LLVMCore
-  LLVMMC
-  LLVMMCParser
-  LLVMTarget
-  )
+add_dependencies(LLVMAsmPrinter intrinsics_gen)