freebsd-src/lib/libclang_rt/asan_cxx/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
249 B
Makefile
Raw Normal View History

.include <bsd.init.mk>
LIB= clang_rt.asan_cxx-${CRTARCH}
CXXFLAGS+= -frtti
2020-01-27 20:46:26 +00:00
SRCS+= asan/asan_new_delete.cpp
SRCS+= ubsan/ubsan_handlers_cxx.cpp
SRCS+= ubsan/ubsan_type_hash.cpp
SRCS+= ubsan/ubsan_type_hash_itanium.cpp
.include <bsd.lib.mk>