[ARM] VQADD instructions
[llvm-complete.git] / lib / Target / AVR / CMakeLists.txt
blobe7a44acdaac3d1433a26070c796584522ffc033c
1 set(LLVM_TARGET_DEFINITIONS AVR.td)
3 tablegen(LLVM AVRGenAsmMatcher.inc -gen-asm-matcher)
4 tablegen(LLVM AVRGenAsmWriter.inc -gen-asm-writer)
5 tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)
6 tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)
7 tablegen(LLVM AVRGenDisassemblerTables.inc -gen-disassembler)
8 tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info)
9 tablegen(LLVM AVRGenMCCodeEmitter.inc -gen-emitter)
10 tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)
11 tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget)
13 add_public_tablegen_target(AVRCommonTableGen)
15 add_llvm_target(AVRCodeGen
16   AVRAsmPrinter.cpp
17   AVRExpandPseudoInsts.cpp
18   AVRFrameLowering.cpp
19   AVRInstrInfo.cpp
20   AVRISelDAGToDAG.cpp
21   AVRISelLowering.cpp
22   AVRMCInstLower.cpp
23   AVRRelaxMemOperations.cpp
24   AVRRegisterInfo.cpp
25   AVRSubtarget.cpp
26   AVRTargetMachine.cpp
27   AVRTargetObjectFile.cpp
29   DEPENDS
30   intrinsics_gen
33 add_subdirectory(AsmParser)
34 add_subdirectory(Disassembler)
35 add_subdirectory(MCTargetDesc)
36 add_subdirectory(TargetInfo)