]> granicus.if.org Git - llvm/commitdiff
[AVR] Generate all of the TableGen files we need
authorDylan McKay <dylanmckay34@gmail.com>
Thu, 27 Oct 2016 08:20:47 +0000 (08:20 +0000)
committerDylan McKay <dylanmckay34@gmail.com>
Thu, 27 Oct 2016 08:20:47 +0000 (08:20 +0000)
This enables generation of all of the TableGen files that are used
downstream.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285274 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AVR/CMakeLists.txt

index 64f0fe0e649d5b9005e0a396226d9e2ae5be2729..0463ac89e2de87ed92ce508ba2716d59d09a071e 100644 (file)
@@ -1,7 +1,13 @@
 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)
@@ -29,4 +35,3 @@ add_subdirectory(Disassembler)
 add_subdirectory(InstPrinter)
 add_subdirectory(MCTargetDesc)
 add_subdirectory(TargetInfo)
-