freebsd-nq/lib/libclang_rt/asan_cxx/Makefile
2015-09-10 20:35:47 +00:00

19 lines
286 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
LIB= clang_rt.asan_cxx-${CRTARCH}
CXXFLAGS+=-frtti
.PATH: ${CRTSRC}/lib/asan\
${CRTSRC}/lib/ubsan
SRCS= asan_new_delete.cc\
ubsan_handlers_cxx.cc\
ubsan_type_hash.cc\
ubsan_type_hash_itanium.cc\
ubsan_type_hash_win.cc
.include <bsd.lib.mk>