diff options
Diffstat (limited to 'llvm/lib/Target/AVR/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/Target/AVR/CMakeLists.txt | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/lib/Target/AVR/CMakeLists.txt b/llvm/lib/Target/AVR/CMakeLists.txt index af89a2476c4..40ce548bff2 100644 --- a/llvm/lib/Target/AVR/CMakeLists.txt +++ b/llvm/lib/Target/AVR/CMakeLists.txt @@ -1,19 +1,15 @@  set(LLVM_TARGET_DEFINITIONS AVR.td)  tablegen(LLVM AVRGenAsmMatcher.inc -gen-asm-matcher) -tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info) -tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info) -tablegen(LLVM AVRGenDisassemblerTables.inc -gen-disassembler) -tablegen(LLVM AVRGenMCCodeEmitter.inc -gen-emitter)  tablegen(LLVM AVRGenAsmWriter.inc -gen-asm-writer) -tablegen(LLVM AVRGenAsmMatcher.inc -gen-asm-matcher) -tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)  tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv)  tablegen(LLVM AVRGenDAGISel.inc -gen-dag-isel)  tablegen(LLVM AVRGenDisassemblerTables.inc -gen-disassembler)  tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info) +tablegen(LLVM AVRGenMCCodeEmitter.inc -gen-emitter)  tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info)  tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget) +  add_public_tablegen_target(AVRCommonTableGen)  add_llvm_target(AVRCodeGen  | 

