aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/CMakeLists.txt
blob: 67d927348b54c612a511fa5fc95fa9f83a448fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
add_llvm_library(LLVMAsmPrinter
  ARMException.cpp
  AsmPrinter.cpp
  AsmPrinterDwarf.cpp
  AsmPrinterInlineAsm.cpp
  DIE.cpp
  DwarfCFIException.cpp
  DwarfCompileUnit.cpp
  DwarfDebug.cpp
  DwarfException.cpp
  OcamlGCPrinter.cpp
  Win64Exception.cpp
  )

add_llvm_library_dependencies(LLVMAsmPrinter
  LLVMAnalysis
  LLVMCodeGen
  LLVMCore
  LLVMMC
  LLVMMCParser
  LLVMSupport
  LLVMTarget
  )