summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/CMakeLists.txt
blob: 4b8354d64879d235cb5381228d77a15d0bf8a2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
set(LLVM_TARGET_DEFINITIONS AVR.td)

tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget)
add_public_tablegen_target(AVRCommonTableGen)

add_llvm_target(AVRCodeGen
  AVRInstrInfo.cpp
  AVRRegisterInfo.cpp
  AVRSubtarget.cpp
  AVRTargetMachine.cpp
  AVRTargetObjectFile.cpp
)

add_dependencies(LLVMAVRCodeGen intrinsics_gen)

add_subdirectory(MCTargetDesc)
add_subdirectory(TargetInfo)

OpenPOWER on IntegriCloud