aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MCTargetDesc/CMakeLists.txt
blob: 36134a69387c0c2bb34bf99d4e87cc36c34d7650 (plain)
1
2
3
4
5
6
7
8
9
add_llvm_library(LLVMMBlazeDesc
  MBlazeAsmBackend.cpp
  MBlazeMCAsmInfo.cpp
  MBlazeMCCodeEmitter.cpp
  MBlazeMCTargetDesc.cpp
  MBlazeELFObjectWriter.cpp
  )

add_dependencies(LLVMMBlazeDesc MBlazeCommonTableGen)