comparison lib/Target/SystemZ/CMakeLists.txt @ 147:c2174574ed3a

LLVM 10
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 14 Aug 2019 16:55:33 +0900
parents 803732b1fca8
children
comparison
equal deleted inserted replaced
134:3a76565eade5 147:c2174574ed3a
3 tablegen(LLVM SystemZGenAsmMatcher.inc -gen-asm-matcher) 3 tablegen(LLVM SystemZGenAsmMatcher.inc -gen-asm-matcher)
4 tablegen(LLVM SystemZGenAsmWriter.inc -gen-asm-writer) 4 tablegen(LLVM SystemZGenAsmWriter.inc -gen-asm-writer)
5 tablegen(LLVM SystemZGenCallingConv.inc -gen-callingconv) 5 tablegen(LLVM SystemZGenCallingConv.inc -gen-callingconv)
6 tablegen(LLVM SystemZGenDAGISel.inc -gen-dag-isel) 6 tablegen(LLVM SystemZGenDAGISel.inc -gen-dag-isel)
7 tablegen(LLVM SystemZGenDisassemblerTables.inc -gen-disassembler) 7 tablegen(LLVM SystemZGenDisassemblerTables.inc -gen-disassembler)
8 tablegen(LLVM SystemZGenInstrInfo.inc -gen-instr-info)
8 tablegen(LLVM SystemZGenMCCodeEmitter.inc -gen-emitter) 9 tablegen(LLVM SystemZGenMCCodeEmitter.inc -gen-emitter)
9 tablegen(LLVM SystemZGenInstrInfo.inc -gen-instr-info)
10 tablegen(LLVM SystemZGenRegisterInfo.inc -gen-register-info) 10 tablegen(LLVM SystemZGenRegisterInfo.inc -gen-register-info)
11 tablegen(LLVM SystemZGenSubtargetInfo.inc -gen-subtarget) 11 tablegen(LLVM SystemZGenSubtargetInfo.inc -gen-subtarget)
12
12 add_public_tablegen_target(SystemZCommonTableGen) 13 add_public_tablegen_target(SystemZCommonTableGen)
13 14
14 add_llvm_target(SystemZCodeGen 15 add_llvm_target(SystemZCodeGen
15 SystemZAsmPrinter.cpp 16 SystemZAsmPrinter.cpp
16 SystemZCallingConv.cpp 17 SystemZCallingConv.cpp
25 SystemZLDCleanup.cpp 26 SystemZLDCleanup.cpp
26 SystemZLongBranch.cpp 27 SystemZLongBranch.cpp
27 SystemZMachineFunctionInfo.cpp 28 SystemZMachineFunctionInfo.cpp
28 SystemZMachineScheduler.cpp 29 SystemZMachineScheduler.cpp
29 SystemZMCInstLower.cpp 30 SystemZMCInstLower.cpp
31 SystemZPostRewrite.cpp
30 SystemZRegisterInfo.cpp 32 SystemZRegisterInfo.cpp
31 SystemZSelectionDAGInfo.cpp 33 SystemZSelectionDAGInfo.cpp
32 SystemZShortenInst.cpp 34 SystemZShortenInst.cpp
33 SystemZSubtarget.cpp 35 SystemZSubtarget.cpp
34 SystemZTargetMachine.cpp 36 SystemZTargetMachine.cpp
36 SystemZTDC.cpp 38 SystemZTDC.cpp
37 ) 39 )
38 40
39 add_subdirectory(AsmParser) 41 add_subdirectory(AsmParser)
40 add_subdirectory(Disassembler) 42 add_subdirectory(Disassembler)
41 add_subdirectory(InstPrinter) 43 add_subdirectory(MCTargetDesc)
42 add_subdirectory(TargetInfo) 44 add_subdirectory(TargetInfo)
43 add_subdirectory(MCTargetDesc)