summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/MCTargetDesc/CMakeLists.txt
blob: 417ff67c6aeca3fda6fb0296656f8b7e156a243e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_llvm_component_library(LLVMAVRDesc
  AVRAsmBackend.cpp
  AVRELFObjectWriter.cpp
  AVRELFStreamer.cpp
  AVRInstPrinter.cpp
  AVRMCAsmInfo.cpp
  AVRMCCodeEmitter.cpp
  AVRMCELFStreamer.cpp
  AVRMCExpr.cpp
  AVRMCTargetDesc.cpp
  AVRTargetStreamer.cpp
)

add_dependencies(LLVMAVRDesc AVRCommonTableGen)

OpenPOWER on IntegriCloud