xref: /freebsd/lib/libclang_rt/asan_cxx/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
191d03e2eSDimitry Andric.include <bsd.init.mk>
291d03e2eSDimitry Andric
391d03e2eSDimitry AndricLIB=		clang_rt.asan_cxx-${CRTARCH}
491d03e2eSDimitry Andric
585279087SDimitry AndricCXXFLAGS+=	-frtti
691d03e2eSDimitry Andric
7*0af133f6SDimitry AndricSRCS+=		asan/asan_new_delete.cpp
8*0af133f6SDimitry AndricSRCS+=		ubsan/ubsan_handlers_cxx.cpp
9*0af133f6SDimitry AndricSRCS+=		ubsan/ubsan_type_hash.cpp
10*0af133f6SDimitry AndricSRCS+=		ubsan/ubsan_type_hash_itanium.cpp
1191d03e2eSDimitry Andric
1291d03e2eSDimitry Andric.include <bsd.lib.mk>
13