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 |
| 10 | AVRTargetMachine.cpp |
Dylan McKay | 5c96de3 | 2016-01-07 10:53:15 +0000 | [diff] [blame] | 11 | AVRTargetObjectFile.cpp |
Dylan McKay | 6d8078f | 2016-05-06 10:12:31 +0000 | [diff] [blame^] | 12 | AVRSubtarget.cpp |
| 13 | AVRInstrInfo.cpp |
| 14 | AVRRegisterInfo.cpp |
Dylan McKay | c498ba3 | 2015-11-12 09:26:44 +0000 | [diff] [blame] | 15 | ) |
| 16 | |
| 17 | add_dependencies(LLVMAVRCodeGen intrinsics_gen) |
| 18 | |
| 19 | add_subdirectory(TargetInfo) |
| 20 | |