freebsd-dev/lib/libclang_rt/asan_cxx/Makefile
Dimitry Andric 53b715b5ba Update compiler-rt to 3.9.0 release, and update the build glue for
libcompiler_rt and libclang_rt.
2016-09-03 21:41:29 +00:00

16 lines
294 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
LIB= clang_rt.asan_cxx-${CRTARCH}
CXXFLAGS+= -frtti
SRCS+= asan/asan_new_delete.cc
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>