Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
[oota-llvm.git] / lib / Target / Sparc / CMakeLists.txt
1 set(LLVM_TARGET_DEFINITIONS Sparc.td)
2
3 tablegen(LLVM SparcGenRegisterInfo.inc -gen-register-info)
4 tablegen(LLVM SparcGenInstrInfo.inc -gen-instr-info)
5 tablegen(LLVM SparcGenDisassemblerTables.inc -gen-disassembler)
6 tablegen(LLVM SparcGenMCCodeEmitter.inc -gen-emitter)
7 tablegen(LLVM SparcGenAsmWriter.inc -gen-asm-writer)
8 tablegen(LLVM SparcGenAsmMatcher.inc -gen-asm-matcher)
9 tablegen(LLVM SparcGenDAGISel.inc -gen-dag-isel)
10 tablegen(LLVM SparcGenSubtargetInfo.inc -gen-subtarget)
11 tablegen(LLVM SparcGenCallingConv.inc -gen-callingconv)
12 add_public_tablegen_target(SparcCommonTableGen)
13
14 add_llvm_target(SparcCodeGen
15   DelaySlotFiller.cpp
16   SparcAsmPrinter.cpp
17   SparcInstrInfo.cpp
18   SparcISelDAGToDAG.cpp
19   SparcISelLowering.cpp
20   SparcFrameLowering.cpp
21   SparcMachineFunctionInfo.cpp
22   SparcRegisterInfo.cpp
23   SparcSubtarget.cpp
24   SparcTargetMachine.cpp
25   SparcMCInstLower.cpp
26   SparcTargetObjectFile.cpp
27   )
28
29 add_subdirectory(TargetInfo)
30 add_subdirectory(MCTargetDesc)
31 add_subdirectory(InstPrinter)
32 add_subdirectory(AsmParser)
33 add_subdirectory(Disassembler)