summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmselectiondag/Makefile
blob: ad9e5dc79b415433642f8739e27c57aef3638a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

LIB=	llvmselectiondag

SRCDIR=	lib/CodeGen/SelectionDAG
SRCS=	CallingConvLower.cpp DAGCombiner.cpp FastISel.cpp \
	FunctionLoweringInfo.cpp InstrEmitter.cpp LegalizeDAG.cpp \
	LegalizeFloatTypes.cpp LegalizeIntegerTypes.cpp LegalizeTypes.cpp \
	LegalizeTypesGeneric.cpp LegalizeVectorOps.cpp LegalizeVectorTypes.cpp \
	ScheduleDAGFast.cpp ScheduleDAGList.cpp ScheduleDAGRRList.cpp \
	ScheduleDAGSDNodes.cpp SelectionDAG.cpp SelectionDAGBuilder.cpp \
	SelectionDAGISel.cpp SelectionDAGPrinter.cpp TargetLowering.cpp \
	TargetSelectionDAGInfo.cpp

TGHDRS=	Intrinsics

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud