summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
blob: bf5ef2878c5aa58bb7c8175932a22d28f38f19cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_llvm_library(LLVMAsmPrinter
  ARMException.cpp
  AsmPrinter.cpp
  AsmPrinterDwarf.cpp
  AsmPrinterInlineAsm.cpp
  DIE.cpp
  DwarfCFIException.cpp
  DwarfCompileUnit.cpp
  DwarfDebug.cpp
  DwarfException.cpp
  DwarfSjLjException.cpp
  OcamlGCPrinter.cpp
  )