48aaf27bca
and also bump the version in the mtree files.
68 lines
1.9 KiB
Makefile
68 lines
1.9 KiB
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= llvm-tblgen
|
|
|
|
SRCDIR= llvm/utils/TableGen
|
|
SRCS+= AsmMatcherEmitter.cpp
|
|
SRCS+= AsmWriterEmitter.cpp
|
|
SRCS+= AsmWriterInst.cpp
|
|
SRCS+= Attributes.cpp
|
|
SRCS+= CTagsEmitter.cpp
|
|
SRCS+= CallingConvEmitter.cpp
|
|
SRCS+= CodeEmitterGen.cpp
|
|
SRCS+= CodeGenDAGPatterns.cpp
|
|
SRCS+= CodeGenHwModes.cpp
|
|
SRCS+= CodeGenInstruction.cpp
|
|
SRCS+= CodeGenMapTable.cpp
|
|
SRCS+= CodeGenRegisters.cpp
|
|
SRCS+= CodeGenSchedule.cpp
|
|
SRCS+= CodeGenTarget.cpp
|
|
SRCS+= DAGISelEmitter.cpp
|
|
SRCS+= DAGISelMatcher.cpp
|
|
SRCS+= DAGISelMatcherEmitter.cpp
|
|
SRCS+= DAGISelMatcherGen.cpp
|
|
SRCS+= DAGISelMatcherOpt.cpp
|
|
SRCS+= DFAEmitter.cpp
|
|
SRCS+= DFAPacketizerEmitter.cpp
|
|
SRCS+= DirectiveEmitter.cpp
|
|
SRCS+= DisassemblerEmitter.cpp
|
|
SRCS+= ExegesisEmitter.cpp
|
|
SRCS+= FastISelEmitter.cpp
|
|
SRCS+= FixedLenDecoderEmitter.cpp
|
|
SRCS+= GICombinerEmitter.cpp
|
|
SRCS+= GlobalISel/CodeExpander.cpp
|
|
SRCS+= GlobalISel/GIMatchDag.cpp
|
|
SRCS+= GlobalISel/GIMatchDagEdge.cpp
|
|
SRCS+= GlobalISel/GIMatchDagInstr.cpp
|
|
SRCS+= GlobalISel/GIMatchDagOperands.cpp
|
|
SRCS+= GlobalISel/GIMatchDagPredicate.cpp
|
|
SRCS+= GlobalISel/GIMatchDagPredicateDependencyEdge.cpp
|
|
SRCS+= GlobalISel/GIMatchTree.cpp
|
|
SRCS+= GlobalISelEmitter.cpp
|
|
SRCS+= InfoByHwMode.cpp
|
|
SRCS+= InstrDocsEmitter.cpp
|
|
SRCS+= InstrInfoEmitter.cpp
|
|
SRCS+= IntrinsicEmitter.cpp
|
|
SRCS+= OptEmitter.cpp
|
|
SRCS+= OptParserEmitter.cpp
|
|
SRCS+= OptRSTEmitter.cpp
|
|
SRCS+= PredicateExpander.cpp
|
|
SRCS+= PseudoLoweringEmitter.cpp
|
|
SRCS+= RISCVCompressInstEmitter.cpp
|
|
SRCS+= RegisterBankEmitter.cpp
|
|
SRCS+= RegisterInfoEmitter.cpp
|
|
SRCS+= SDNodeProperties.cpp
|
|
SRCS+= SearchableTableEmitter.cpp
|
|
SRCS+= SubtargetEmitter.cpp
|
|
SRCS+= SubtargetFeatureInfo.cpp
|
|
SRCS+= TableGen.cpp
|
|
SRCS+= Types.cpp
|
|
SRCS+= WebAssemblyDisassemblerEmitter.cpp
|
|
SRCS+= X86DisassemblerTables.cpp
|
|
SRCS+= X86EVEX2VEXTablesEmitter.cpp
|
|
SRCS+= X86FoldTablesEmitter.cpp
|
|
SRCS+= X86ModRMFilters.cpp
|
|
SRCS+= X86RecognizableInstr.cpp
|
|
|
|
.include "../llvm.prog.mk"
|