[AMDGPU] Check for immediate SrcC in mfma in AsmParser
[llvm-core.git] / lib / Target / MSP430 / CMakeLists.txt
blob4902cee5de288862524e23fe6aa6f44d126d85df
1 set(LLVM_TARGET_DEFINITIONS MSP430.td)
3 tablegen(LLVM MSP430GenAsmMatcher.inc -gen-asm-matcher)
4 tablegen(LLVM MSP430GenAsmWriter.inc -gen-asm-writer)
5 tablegen(LLVM MSP430GenCallingConv.inc -gen-callingconv)
6 tablegen(LLVM MSP430GenDAGISel.inc -gen-dag-isel)
7 tablegen(LLVM MSP430GenDisassemblerTables.inc -gen-disassembler)
8 tablegen(LLVM MSP430GenInstrInfo.inc -gen-instr-info)
9 tablegen(LLVM MSP430GenMCCodeEmitter.inc -gen-emitter)
10 tablegen(LLVM MSP430GenRegisterInfo.inc -gen-register-info)
11 tablegen(LLVM MSP430GenSubtargetInfo.inc -gen-subtarget)
13 add_public_tablegen_target(MSP430CommonTableGen)
15 add_llvm_target(MSP430CodeGen
16   MSP430BranchSelector.cpp
17   MSP430ISelDAGToDAG.cpp
18   MSP430ISelLowering.cpp
19   MSP430InstrInfo.cpp
20   MSP430FrameLowering.cpp
21   MSP430MachineFunctionInfo.cpp
22   MSP430RegisterInfo.cpp
23   MSP430Subtarget.cpp
24   MSP430TargetMachine.cpp
25   MSP430AsmPrinter.cpp
26   MSP430MCInstLower.cpp
27   )
29 add_subdirectory(MCTargetDesc)
30 add_subdirectory(TargetInfo)
31 add_subdirectory(AsmParser)
32 add_subdirectory(Disassembler)