]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/clang/llvm-tblgen/Makefile
unbound: Import upstream 0ee44ef3 when ENOBUFS is returned
[FreeBSD/FreeBSD.git] / usr.bin / clang / llvm-tblgen / Makefile
1
2 PROG_CXX=       llvm-tblgen
3 MAN=
4
5 SRCDIR=         llvm/utils/TableGen
6 SRCS+=          AsmMatcherEmitter.cpp
7 SRCS+=          AsmWriterEmitter.cpp
8 SRCS+=          AsmWriterInst.cpp
9 SRCS+=          Attributes.cpp
10 SRCS+=          CTagsEmitter.cpp
11 SRCS+=          CallingConvEmitter.cpp
12 SRCS+=          CodeEmitterGen.cpp
13 SRCS+=          CodeGenDAGPatterns.cpp
14 SRCS+=          CodeGenHwModes.cpp
15 SRCS+=          CodeGenInstruction.cpp
16 SRCS+=          CodeGenMapTable.cpp
17 SRCS+=          CodeGenRegisters.cpp
18 SRCS+=          CodeGenSchedule.cpp
19 SRCS+=          CodeGenTarget.cpp
20 SRCS+=          CompressInstEmitter.cpp
21 SRCS+=          DAGISelEmitter.cpp
22 SRCS+=          DAGISelMatcher.cpp
23 SRCS+=          DAGISelMatcherEmitter.cpp
24 SRCS+=          DAGISelMatcherGen.cpp
25 SRCS+=          DAGISelMatcherOpt.cpp
26 SRCS+=          DFAEmitter.cpp
27 SRCS+=          DFAPacketizerEmitter.cpp
28 SRCS+=          DXILEmitter.cpp
29 SRCS+=          DecoderEmitter.cpp
30 SRCS+=          DirectiveEmitter.cpp
31 SRCS+=          DisassemblerEmitter.cpp
32 SRCS+=          ExegesisEmitter.cpp
33 SRCS+=          FastISelEmitter.cpp
34 SRCS+=          GICombinerEmitter.cpp
35 SRCS+=          GlobalISel/CodeExpander.cpp
36 SRCS+=          GlobalISel/GIMatchDag.cpp
37 SRCS+=          GlobalISel/GIMatchDagEdge.cpp
38 SRCS+=          GlobalISel/GIMatchDagInstr.cpp
39 SRCS+=          GlobalISel/GIMatchDagOperands.cpp
40 SRCS+=          GlobalISel/GIMatchDagPredicate.cpp
41 SRCS+=          GlobalISel/GIMatchDagPredicateDependencyEdge.cpp
42 SRCS+=          GlobalISel/GIMatchTree.cpp
43 SRCS+=          GlobalISelEmitter.cpp
44 SRCS+=          InfoByHwMode.cpp
45 SRCS+=          InstrDocsEmitter.cpp
46 SRCS+=          InstrInfoEmitter.cpp
47 SRCS+=          IntrinsicEmitter.cpp
48 SRCS+=          OptEmitter.cpp
49 SRCS+=          OptParserEmitter.cpp
50 SRCS+=          OptRSTEmitter.cpp
51 SRCS+=          PredicateExpander.cpp
52 SRCS+=          PseudoLoweringEmitter.cpp
53 SRCS+=          RISCVTargetDefEmitter.cpp
54 SRCS+=          RegisterBankEmitter.cpp
55 SRCS+=          RegisterInfoEmitter.cpp
56 SRCS+=          SDNodeProperties.cpp
57 SRCS+=          SearchableTableEmitter.cpp
58 SRCS+=          SubtargetEmitter.cpp
59 SRCS+=          SubtargetFeatureInfo.cpp
60 SRCS+=          TableGen.cpp
61 SRCS+=          Types.cpp
62 SRCS+=          VarLenCodeEmitterGen.cpp
63 SRCS+=          WebAssemblyDisassemblerEmitter.cpp
64 SRCS+=          X86DisassemblerTables.cpp
65 SRCS+=          X86EVEX2VEXTablesEmitter.cpp
66 SRCS+=          X86FoldTablesEmitter.cpp
67 SRCS+=          X86MnemonicTables.cpp
68 SRCS+=          X86ModRMFilters.cpp
69 SRCS+=          X86RecognizableInstr.cpp
70
71 .include "../llvm.prog.mk"