R600/SI: Add support for i64 bitwise or
[oota-llvm.git] / lib / CodeGen / AsmPrinter / CMakeLists.txt
index 67d927348b54c612a511fa5fc95fa9f83a448fbd..be484a6fc9d95548b5ea10880271769eea69b89a 100644 (file)
@@ -4,20 +4,15 @@ add_llvm_library(LLVMAsmPrinter
   AsmPrinterDwarf.cpp
   AsmPrinterInlineAsm.cpp
   DIE.cpp
+  DIEHash.cpp
+  DwarfAccelTable.cpp
   DwarfCFIException.cpp
   DwarfCompileUnit.cpp
   DwarfDebug.cpp
   DwarfException.cpp
+  ErlangGCPrinter.cpp
   OcamlGCPrinter.cpp
   Win64Exception.cpp
   )
 
-add_llvm_library_dependencies(LLVMAsmPrinter
-  LLVMAnalysis
-  LLVMCodeGen
-  LLVMCore
-  LLVMMC
-  LLVMMCParser
-  LLVMSupport
-  LLVMTarget
-  )
+add_dependencies(LLVMAsmPrinter intrinsics_gen)