8527908747
and profile libraries.
19 lines
286 B
Makefile
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>
|