]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/asan_cxx/Makefile
Import libxo-1.3.0:
[FreeBSD/FreeBSD.git] / lib / libclang_rt / asan_cxx / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 LIB=            clang_rt.asan_cxx-${CRTARCH}
6
7 CXXFLAGS+=      -frtti
8
9 SRCS+=          asan/asan_new_delete.cc
10 SRCS+=          ubsan/ubsan_handlers_cxx.cc
11 SRCS+=          ubsan/ubsan_type_hash.cc
12 SRCS+=          ubsan/ubsan_type_hash_itanium.cc
13
14 .include <bsd.lib.mk>