Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / lib / Target / Sparc / CMakeLists.txt
blobbf76ed9d671b9784b05f4ccaeae7ed52e6ee52eb
1 add_llvm_component_group(Sparc)
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 SparcGenSearchableTables.inc -gen-searchable-tables)
14 tablegen(LLVM SparcGenSubtargetInfo.inc -gen-subtarget)
16 add_public_tablegen_target(SparcCommonTableGen)
18 add_llvm_target(SparcCodeGen
19   DelaySlotFiller.cpp
20   LeonPasses.cpp
21   SparcAsmPrinter.cpp
22   SparcInstrInfo.cpp
23   SparcISelDAGToDAG.cpp
24   SparcISelLowering.cpp
25   SparcFrameLowering.cpp
26   SparcMachineFunctionInfo.cpp
27   SparcRegisterInfo.cpp
28   SparcSubtarget.cpp
29   SparcTargetMachine.cpp
30   SparcMCInstLower.cpp
31   SparcTargetObjectFile.cpp
33   LINK_COMPONENTS
34   AsmPrinter
35   CodeGen
36   CodeGenTypes
37   Core
38   MC
39   SelectionDAG
40   SparcDesc
41   SparcInfo
42   Support
43   Target
44   TargetParser
46   ADD_TO_COMPONENT
47   Sparc
48   )
50 add_subdirectory(AsmParser)
51 add_subdirectory(Disassembler)
52 add_subdirectory(MCTargetDesc)
53 add_subdirectory(TargetInfo)