[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / Sparc / CMakeLists.txt
blob5ad871be8771eb9c80e0e3925a103b3b747a5b40
1 add_llvm_component_group(Sparc HAS_JIT)
3 set(LLVM_TARGET_DEFINITIONS Sparc.td)
5 tablegen(LLVM SparcGenAsmMatcher.inc -gen-asm-matcher)
6 tablegen(LLVM SparcGenAsmWriter.inc -gen-asm-writer)
7 tablegen(LLVM SparcGenCallingConv.inc -gen-callingconv)
8 tablegen(LLVM SparcGenDAGISel.inc -gen-dag-isel)
9 tablegen(LLVM SparcGenDisassemblerTables.inc -gen-disassembler)
10 tablegen(LLVM SparcGenInstrInfo.inc -gen-instr-info)
11 tablegen(LLVM SparcGenMCCodeEmitter.inc -gen-emitter)
12 tablegen(LLVM SparcGenRegisterInfo.inc -gen-register-info)
13 tablegen(LLVM SparcGenSubtargetInfo.inc -gen-subtarget)
15 add_public_tablegen_target(SparcCommonTableGen)
17 add_llvm_target(SparcCodeGen
18   DelaySlotFiller.cpp
19   LeonPasses.cpp
20   SparcAsmPrinter.cpp
21   SparcInstrInfo.cpp
22   SparcISelDAGToDAG.cpp
23   SparcISelLowering.cpp
24   SparcFrameLowering.cpp
25   SparcMachineFunctionInfo.cpp
26   SparcRegisterInfo.cpp
27   SparcSubtarget.cpp
28   SparcTargetMachine.cpp
29   SparcMCInstLower.cpp
30   SparcTargetObjectFile.cpp
32   LINK_COMPONENTS
33   AsmPrinter
34   CodeGen
35   Core
36   MC
37   SelectionDAG
38   SparcDesc
39   SparcInfo
40   Support
41   Target
43   ADD_TO_COMPONENT
44   Sparc
45   )
47 add_subdirectory(AsmParser)
48 add_subdirectory(Disassembler)
49 add_subdirectory(MCTargetDesc)
50 add_subdirectory(TargetInfo)