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

.include <bsd.own.mk>

LIB=	llvmprofiledata

SRCDIR=	lib/ProfileData
SRCS=	CoverageMapping.cpp \
	CoverageMappingReader.cpp \
	CoverageMappingWriter.cpp \
	InstrProf.cpp \
	InstrProfReader.cpp \
	InstrProfWriter.cpp \
	SampleProf.cpp \
	SampleProfReader.cpp \
	SampleProfWriter.cpp

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