1 # $NetBSD: Makefile,v 1.5 2015/01/29 20:41:36 joerg Exp $
7 .PATH
: ${LLVM_SRCDIR}/lib
/CodeGen
/SelectionDAG
9 SRCS
+= DAGCombiner.
cpp \
11 FunctionLoweringInfo.
cpp \
14 LegalizeFloatTypes.
cpp \
15 LegalizeIntegerTypes.
cpp \
17 LegalizeTypesGeneric.
cpp \
18 LegalizeVectorOps.
cpp \
19 LegalizeVectorTypes.
cpp \
20 ResourcePriorityQueue.
cpp \
22 ScheduleDAGRRList.
cpp \
23 ScheduleDAGSDNodes.
cpp \
26 SelectionDAGBuilder.
cpp \
27 SelectionDAGDumper.
cpp \
28 SelectionDAGISel.
cpp \
29 SelectionDAGPrinter.
cpp \
30 StatepointLowering.
cpp \
32 TargetSelectionDAGInfo.
cpp
35 .
include <bsd.hostlib.mk
>