forked from OSchip/llvm-project
[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
This commit is contained in:
parent
11c48475c4
commit
1a523767dc
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue