summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
blob: afc482dd15bfafde6737999aa5d2069b4d0ad228 (plain)
1
2
3
4
5
6
7
8
9
add_llvm_library(LLVMAsmPrinter
  AsmPrinter.cpp
  AsmPrinterDwarf.cpp
  AsmPrinterInlineAsm.cpp
  DIE.cpp
  DwarfDebug.cpp
  DwarfException.cpp
  OcamlGCPrinter.cpp
  )