aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/AVR/CMakeLists.txt
blob: b4fb0d9ceac2c204bb833dae5c772687d693eafd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_TARGET_DEFINITIONS AVR.td)

tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
add_public_tablegen_target(AVRCommonTableGen)

add_llvm_target(AVRCodeGen
    AVRTargetMachine.cpp
    AVRTargetObjectFile.cpp
  )

add_dependencies(LLVMAVRCodeGen intrinsics_gen)

add_subdirectory(TargetInfo)