• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMAVRDesc
2  AVRAsmBackend.cpp
3  AVRELFObjectWriter.cpp
4  AVRELFStreamer.cpp
5  AVRInstPrinter.cpp
6  AVRMCAsmInfo.cpp
7  AVRMCCodeEmitter.cpp
8  AVRMCELFStreamer.cpp
9  AVRMCExpr.cpp
10  AVRMCTargetDesc.cpp
11  AVRTargetStreamer.cpp
12
13  LINK_COMPONENTS
14  MC
15  AVRInfo
16  Support
17
18  ADD_TO_COMPONENT
19  AVR
20)
21
22add_dependencies(LLVMAVRDesc AVRCommonTableGen)
23
24