From 1a523767dc01ea5e1a562d51fba78a85e377542b Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Mon, 10 Oct 2016 01:28:45 +0000 Subject: [AVR] Enable generation of the TableGen assembly writer tables This also changes the order of the statements in CMakeLists.txt to be alphabetical. llvm-svn: 283711 --- llvm/lib/Target/AVR/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Target/AVR/CMakeLists.txt b/llvm/lib/Target/AVR/CMakeLists.txt index 449294f27ac..50c56f54807 100644 --- a/llvm/lib/Target/AVR/CMakeLists.txt +++ b/llvm/lib/Target/AVR/CMakeLists.txt @@ -1,9 +1,10 @@ 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 AVRGenAsmWriter.inc -gen-asm-writer) tablegen(LLVM AVRGenCallingConv.inc -gen-callingconv) +tablegen(LLVM AVRGenInstrInfo.inc -gen-instr-info) +tablegen(LLVM AVRGenRegisterInfo.inc -gen-register-info) tablegen(LLVM AVRGenSubtargetInfo.inc -gen-subtarget) add_public_tablegen_target(AVRCommonTableGen) -- cgit v1.2.3