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 | f061e9b | 2015-12-20 23:17:44 +0000 | [diff] [blame^] | 4 | tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv) |
Dylan McKay | 029346f | 2015-12-20 12:16:20 +0000 | [diff] [blame] | 5 | add_public_tablegen_target(AVRCommonTableGen) |
Dylan McKay | c498ba3 | 2015-11-12 09:26:44 +0000 | [diff] [blame] | 6 | |
| 7 | add_llvm_target(AVRCodeGen |
| 8 | AVRTargetMachine.cpp |
| 9 | ) |
| 10 | |
| 11 | add_dependencies(LLVMAVRCodeGen intrinsics_gen) |
| 12 | |
| 13 | add_subdirectory(TargetInfo) |
| 14 | |