summaryrefslogtreecommitdiffstats
path: root/lib/libclang_rt/ubsan_cxx/Makefile
blob: e577a15faff9404cd1d0f394bdb70654c0f99cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.init.mk>

LIB=	clang_rt.ubsan_cxx-${CRTARCH}

CXXFLAGS+=-frtti

.PATH:	${CRTSRC}/lib/ubsan

SRCS=	ubsan_handlers_cxx.cc\
	ubsan_type_hash.cc

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud