[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / ARC / CMakeLists.txt
blob96a42d0165aa6ae159605af0ab5e4141f8a72e2d
1 add_llvm_component_group(ARC)
3 set(LLVM_TARGET_DEFINITIONS ARC.td)
5 tablegen(LLVM ARCGenAsmWriter.inc -gen-asm-writer)
6 tablegen(LLVM ARCGenCallingConv.inc -gen-callingconv)
7 tablegen(LLVM ARCGenDAGISel.inc -gen-dag-isel)
8 tablegen(LLVM ARCGenDisassemblerTables.inc -gen-disassembler)
9 tablegen(LLVM ARCGenInstrInfo.inc -gen-instr-info)
10 tablegen(LLVM ARCGenRegisterInfo.inc -gen-register-info)
11 tablegen(LLVM ARCGenSubtargetInfo.inc -gen-subtarget)
13 add_public_tablegen_target(ARCCommonTableGen)
15 add_llvm_target(ARCCodeGen
16   ARCAsmPrinter.cpp
17   ARCBranchFinalize.cpp
18   ARCExpandPseudos.cpp
19   ARCFrameLowering.cpp
20   ARCInstrInfo.cpp
21   ARCISelDAGToDAG.cpp
22   ARCISelLowering.cpp
23   ARCMachineFunctionInfo.cpp
24   ARCMCInstLower.cpp
25   ARCOptAddrMode.cpp
26   ARCRegisterInfo.cpp
27   ARCSubtarget.cpp
28   ARCTargetMachine.cpp
30   LINK_COMPONENTS
31   Analysis
32   AsmPrinter
33   CodeGen
34   Core
35   MC
36   SelectionDAG
37   Support
38   Target
39   TransformUtils
40   ARCDesc
41   ARCInfo
43   ADD_TO_COMPONENT
44   ARC
47 add_subdirectory(Disassembler)
48 add_subdirectory(MCTargetDesc)
49 add_subdirectory(TargetInfo)