AMDGPU: Mark test as XFAIL in expensive_checks builds
[llvm-project.git] / llvm / lib / Target / Xtensa / CMakeLists.txt
blob726efadc87c0b2555d5c3f2f1f54d66b7c185676
1 add_llvm_component_group(Xtensa)
3 set(LLVM_TARGET_DEFINITIONS Xtensa.td)
5 tablegen(LLVM XtensaGenAsmMatcher.inc -gen-asm-matcher)
6 tablegen(LLVM XtensaGenAsmWriter.inc -gen-asm-writer)
7 tablegen(LLVM XtensaGenCallingConv.inc -gen-callingconv)
8 tablegen(LLVM XtensaGenDAGISel.inc -gen-dag-isel)
9 tablegen(LLVM XtensaGenDisassemblerTables.inc -gen-disassembler)
10 tablegen(LLVM XtensaGenInstrInfo.inc -gen-instr-info)
11 tablegen(LLVM XtensaGenMCCodeEmitter.inc -gen-emitter)
12 tablegen(LLVM XtensaGenRegisterInfo.inc -gen-register-info)
13 tablegen(LLVM XtensaGenSubtargetInfo.inc -gen-subtarget)
15 add_public_tablegen_target(XtensaCommonTableGen)
17 add_llvm_target(XtensaCodeGen
18   XtensaAsmPrinter.cpp
19   XtensaConstantPoolValue.cpp
20   XtensaFrameLowering.cpp
21   XtensaInstrInfo.cpp
22   XtensaISelDAGToDAG.cpp
23   XtensaISelLowering.cpp
24   XtensaRegisterInfo.cpp
25   XtensaSubtarget.cpp
26   XtensaTargetMachine.cpp
27   XtensaUtils.cpp
29   LINK_COMPONENTS
30   AsmPrinter
31   CodeGen
32   Core
33   MC
34   SelectionDAG
35   Support
36   Target
37   XtensaDesc
38   XtensaInfo
40   ADD_TO_COMPONENT
41   Xtensa
42   )
44 add_subdirectory(AsmParser)
45 add_subdirectory(Disassembler)
46 add_subdirectory(MCTargetDesc)
47 add_subdirectory(TargetInfo)