aboutsummaryrefslogtreecommitdiff
path: root/lib/libclang_rt/xray-profiling/Makefile
blob: 4e609b7777995be20121461f293a2480eb8f0ef3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

.include <bsd.init.mk>

LIB=		clang_rt.xray-profiling-${CRTARCH}

CFLAGS+=	-DSANITIZER_COMMON_NO_REDEFINE_BUILTINS

SRCS+=		xray/xray_profile_collector.cpp
SRCS+=		xray/xray_profiling.cpp
SRCS+=		xray/xray_profiling_flags.cpp

.include <bsd.lib.mk>