xref: /freebsd/lib/libclang_rt/asan_cxx/Makefile (revision 0af133f6f118d27da0c0bebce8a8ece56d47417d)
191d03e2eSDimitry Andric# $FreeBSD$
291d03e2eSDimitry Andric
391d03e2eSDimitry Andric.include <bsd.init.mk>
491d03e2eSDimitry Andric
591d03e2eSDimitry AndricLIB=		clang_rt.asan_cxx-${CRTARCH}
691d03e2eSDimitry Andric
785279087SDimitry AndricCXXFLAGS+=	-frtti
891d03e2eSDimitry Andric
9*0af133f6SDimitry AndricSRCS+=		asan/asan_new_delete.cpp
10*0af133f6SDimitry AndricSRCS+=		ubsan/ubsan_handlers_cxx.cpp
11*0af133f6SDimitry AndricSRCS+=		ubsan/ubsan_type_hash.cpp
12*0af133f6SDimitry AndricSRCS+=		ubsan/ubsan_type_hash_itanium.cpp
1391d03e2eSDimitry Andric
1491d03e2eSDimitry Andric.include <bsd.lib.mk>
15