summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
blob: 3d131288c7644ccf8dd5ccb190bc0d1c36304f9d (plain)
1
2
3
4
5
6
7
8
9
add_llvm_library(LLVMSystemZDesc
  SystemZMCAsmBackend.cpp
  SystemZMCAsmInfo.cpp
  SystemZMCCodeEmitter.cpp
  SystemZMCObjectWriter.cpp
  SystemZMCTargetDesc.cpp
  )

add_dependencies(LLVMSystemZDesc SystemZCommonTableGen)