Dylan McKay | 029346f | 2015-12-20 12:16:20 +0000 | [diff] [blame] | 1 | set(LLVM_TARGET_DEFINITIONS AVR.td) |
Dylan McKay | c498ba3 | 2015-11-12 09:26:44 +0000 | [diff] [blame] | 2 | |
Dylan McKay | 029346f | 2015-12-20 12:16:20 +0000 | [diff] [blame] | 3 | tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info) |
Dylan McKay | bada46c | 2016-02-10 08:55:23 +0000 | [diff] [blame] | 4 | tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info) |
Dylan McKay | f061e9b | 2015-12-20 23:17:44 +0000 | [diff] [blame] | 5 | tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv) |
Dylan McKay | 6d8078f | 2016-05-06 10:12:31 +0000 | [diff] [blame] | 6 | tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget) |
Dylan McKay | 029346f | 2015-12-20 12:16:20 +0000 | [diff] [blame] | 7 | add_public_tablegen_target(AVRCommonTableGen) |
Dylan McKay | c498ba3 | 2015-11-12 09:26:44 +0000 | [diff] [blame] | 8 | |
| 9 | add_llvm_target(AVRCodeGen |
Dylan McKay | c1ec00f | 2016-05-18 11:11:51 +0000 | [diff] [blame] | 10 | AVRInstrInfo.cpp |
| 11 | AVRRegisterInfo.cpp |
| 12 | AVRSubtarget.cpp |
| 13 | AVRTargetMachine.cpp |
| 14 | AVRTargetObjectFile.cpp |
| 15 | ) |
Dylan McKay | c498ba3 | 2015-11-12 09:26:44 +0000 | [diff] [blame] | 16 | |
| 17 | add_dependencies(LLVMAVRCodeGen intrinsics_gen) |
| 18 | |
Dylan McKay | 28ae317 | 2016-05-21 00:35:07 +0000 | [diff] [blame^] | 19 | add_subdirectory(MCTargetDesc) |
Dylan McKay | c498ba3 | 2015-11-12 09:26:44 +0000 | [diff] [blame] | 20 | add_subdirectory(TargetInfo) |
| 21 | |