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