[yaml2obj][obj2yaml] - Do not create a symbol table by default.
[llvm-complete.git] / lib / Target / Sparc / CMakeLists.txt
blobe94dc5b03f840fada20c5495223a792203a44c9f
1 set(LLVM_TARGET_DEFINITIONS Sparc.td)
3 tablegen(LLVM SparcGenAsmMatcher.inc -gen-asm-matcher)
4 tablegen(LLVM SparcGenAsmWriter.inc -gen-asm-writer)
5 tablegen(LLVM SparcGenCallingConv.inc -gen-callingconv)
6 tablegen(LLVM SparcGenDAGISel.inc -gen-dag-isel)
7 tablegen(LLVM SparcGenDisassemblerTables.inc -gen-disassembler)
8 tablegen(LLVM SparcGenInstrInfo.inc -gen-instr-info)
9 tablegen(LLVM SparcGenMCCodeEmitter.inc -gen-emitter)
10 tablegen(LLVM SparcGenRegisterInfo.inc -gen-register-info)
11 tablegen(LLVM SparcGenSubtargetInfo.inc -gen-subtarget)
13 add_public_tablegen_target(SparcCommonTableGen)
15 add_llvm_target(SparcCodeGen
16   DelaySlotFiller.cpp
17   LeonPasses.cpp
18   SparcAsmPrinter.cpp
19   SparcInstrInfo.cpp
20   SparcISelDAGToDAG.cpp
21   SparcISelLowering.cpp
22   SparcFrameLowering.cpp
23   SparcMachineFunctionInfo.cpp
24   SparcRegisterInfo.cpp
25   SparcSubtarget.cpp
26   SparcTargetMachine.cpp
27   SparcMCInstLower.cpp
28   SparcTargetObjectFile.cpp
29   )
31 add_subdirectory(AsmParser)
32 add_subdirectory(Disassembler)
33 add_subdirectory(MCTargetDesc)
34 add_subdirectory(TargetInfo)