[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / CSKY / CMakeLists.txt
blobc49c2a02e7f045fde7fc8e229ea1e79738f1b19c
1 add_llvm_component_group(CSKY)
3 set(LLVM_TARGET_DEFINITIONS CSKY.td)
5 tablegen(LLVM CSKYGenAsmMatcher.inc -gen-asm-matcher)
6 tablegen(LLVM CSKYGenAsmWriter.inc -gen-asm-writer)
7 tablegen(LLVM CSKYGenInstrInfo.inc -gen-instr-info)
8 tablegen(LLVM CSKYGenMCCodeEmitter.inc -gen-emitter)
9 tablegen(LLVM CSKYGenRegisterInfo.inc -gen-register-info)
10 tablegen(LLVM CSKYGenSubtargetInfo.inc -gen-subtarget)
12 add_public_tablegen_target(CSKYCommonTableGen)
14 add_llvm_target(CSKYCodeGen
15   CSKYTargetMachine.cpp
17   LINK_COMPONENTS
18   Core
19   CodeGen
20   CSKYInfo
21   Support
22   Target
24   ADD_TO_COMPONENT
25   CSKY
26   )
28 add_subdirectory(AsmParser)
29 add_subdirectory(MCTargetDesc)
30 add_subdirectory(TargetInfo)