freebsd-src/lib/libclang_rt/xray-fdr/Makefile
Dimitry Andric 06c3fb2749 Merge llvm-project main llvmorg-17-init-19304-gd0b54bb50e51
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-17-init-19304-gd0b54bb50e51, the
last commit before the upstream release/17.x branch was created.

PR:		273753
MFC after:	1 month
2023-12-08 18:34:50 +01:00

12 lines
200 B
Makefile

.include <bsd.init.mk>
LIB= clang_rt.xray-fdr-${CRTARCH}
CFLAGS+= -DSANITIZER_COMMON_NO_REDEFINE_BUILTINS
SRCS+= xray/xray_fdr_flags.cpp
SRCS+= xray/xray_fdr_logging.cpp
.include <bsd.lib.mk>