aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
blob: 65e7beea7dd3d4f1a90111fb996f5e019ed3513a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_llvm_library(LLVMAsmPrinter
  ARMException.cpp
  AsmPrinter.cpp
  AsmPrinterDwarf.cpp
  AsmPrinterInlineAsm.cpp
  DIE.cpp
  DwarfAccelTable.cpp
  DwarfCFIException.cpp
  DwarfCompileUnit.cpp
  DwarfDebug.cpp
  DwarfException.cpp
  ErlangGCPrinter.cpp
  OcamlGCPrinter.cpp
  Win64Exception.cpp
  )

add_dependencies(LLVMAsmPrinter intrinsics_gen)