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

.include <bsd.init.mk>

LIB=		clang_rt.ubsan_standalone_cxx-${CRTARCH}

CXXFLAGS+=	-frtti

SRCS+=		ubsan/ubsan_handlers_cxx.cc
SRCS+=		ubsan/ubsan_type_hash.cc
SRCS+=		ubsan/ubsan_type_hash_itanium.cc
SRCS+=		ubsan/ubsan_type_hash_win.cc

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