summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libLLVMProfileData/Makefile
blob: 6b541d983377f96ae4c10de886de311a03168148 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $OpenBSD: Makefile,v 1.5 2020/08/03 14:45:27 patrick Exp $

LIB=	LLVMProfileData
NOPROFILE=

CPPFLAGS+=	-I${LLVM_SRCS}/include/llvm/ProfileData

SRCS+=	InstrProf.cpp \
	InstrProfReader.cpp \
	InstrProfWriter.cpp \
	ProfileSummaryBuilder.cpp \
	SampleProf.cpp \
	SampleProfReader.cpp \
	SampleProfWriter.cpp

.PATH:	${.CURDIR}/../../../llvm/llvm/lib/ProfileData