summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
blob: 3efa5ecf909634c1b8efe9a0e5e5235cba6789a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_llvm_library(LLVMPowerPCDesc
  PPCAsmBackend.cpp
  PPCMCTargetDesc.cpp
  PPCMCAsmInfo.cpp
  PPCMCCodeEmitter.cpp
  PPCMCExpr.cpp
  PPCPredicates.cpp
  PPCMachObjectWriter.cpp
  PPCELFObjectWriter.cpp
  )

add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)