blob: 1ed516cdfd0aa21c3e24a10add4fde2494bd22d0 [file] [log] [blame]
Dylan McKay029346f2015-12-20 12:16:20 +00001set(LLVM_TARGET_DEFINITIONS AVR.td)
Dylan McKayc498ba32015-11-12 09:26:44 +00002
Dylan McKay1f877f02016-09-28 13:02:57 +00003tablegen(LLVM AVRGenAsmMatcher.inc -gen-asm-matcher)
Dylan McKay029346f2015-12-20 12:16:20 +00004tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
Dylan McKaybada46c2016-02-10 08:55:23 +00005tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
Dylan McKayf061e9b2015-12-20 23:17:44 +00006tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
Dylan McKay6d8078f2016-05-06 10:12:31 +00007tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget)
Dylan McKay029346f2015-12-20 12:16:20 +00008add_public_tablegen_target(AVRCommonTableGen)
Dylan McKayc498ba32015-11-12 09:26:44 +00009
10add_llvm_target(AVRCodeGen
Dylan McKay192405a2016-10-05 11:48:56 +000011 AVRFrameLowering.cpp
Dylan McKayc1ec00f2016-05-18 11:11:51 +000012 AVRInstrInfo.cpp
13 AVRRegisterInfo.cpp
14 AVRSubtarget.cpp
15 AVRTargetMachine.cpp
16 AVRTargetObjectFile.cpp
17)
Dylan McKayc498ba32015-11-12 09:26:44 +000018
19add_dependencies(LLVMAVRCodeGen intrinsics_gen)
20
Dylan McKay1a7bd842016-09-30 14:01:50 +000021add_subdirectory(AsmParser)
22add_subdirectory(InstPrinter)
Dylan McKay28ae3172016-05-21 00:35:07 +000023add_subdirectory(MCTargetDesc)
Dylan McKayc498ba32015-11-12 09:26:44 +000024add_subdirectory(TargetInfo)
Dylan McKayc498ba32015-11-12 09:26:44 +000025