summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
blob: 066aaab48cc7247dc2ca4cf81c7bfe235b0b6aa5 (plain)
1
2
3
4
5
6
7
8
9
10
add_llvm_library(LLVMAsmPrinter
  AsmPrinter.cpp
  DIE.cpp
  DwarfDebug.cpp
  DwarfException.cpp
  DwarfLabel.cpp
  DwarfPrinter.cpp
  DwarfWriter.cpp
  OcamlGCPrinter.cpp
  )