aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
blob: c4041db8cf0bc99fec362ae33ba0117912b70550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_llvm_library(LLVMPowerPCDesc
  PPCAsmBackend.cpp
  PPCMCTargetDesc.cpp
  PPCMCAsmInfo.cpp
  PPCMCCodeEmitter.cpp
  PPCPredicates.cpp
  )

add_llvm_library_dependencies(LLVMPowerPCDesc
  LLVMMC
  LLVMPowerPCAsmPrinter
  LLVMPowerPCInfo
  LLVMSupport
  )

add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)