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) |
| 4 | add_public_tablegen_target(AVRCommonTableGen) |
Dylan McKay | c498ba3 | 2015-11-12 09:26:44 +0000 | [diff] [blame] | 5 | |
| 6 | add_llvm_target(AVRCodeGen |
| 7 | AVRTargetMachine.cpp |
| 8 | ) |
| 9 | |
| 10 | add_dependencies(LLVMAVRCodeGen intrinsics_gen) |
| 11 | |
| 12 | add_subdirectory(TargetInfo) |
| 13 | |