blob: 5f747906af25bf804ce1ea93e4faa97761589aa3 [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 McKayc1ec00f2016-05-18 11:11:51 +000011 AVRInstrInfo.cpp
12 AVRRegisterInfo.cpp
13 AVRSubtarget.cpp
14 AVRTargetMachine.cpp
15 AVRTargetObjectFile.cpp
16)
Dylan McKayc498ba32015-11-12 09:26:44 +000017
18add_dependencies(LLVMAVRCodeGen intrinsics_gen)
19
Dylan McKay28ae3172016-05-21 00:35:07 +000020add_subdirectory(MCTargetDesc)
Dylan McKayc498ba32015-11-12 09:26:44 +000021add_subdirectory(TargetInfo)
Dylan McKay1f877f02016-09-28 13:02:57 +000022add_subdirectory(AsmParser)
Dylan McKayc498ba32015-11-12 09:26:44 +000023