]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/ubsan_standalone_cxx/Makefile
Merge LLVM libunwind trunk r351319, from just before upstream's
[FreeBSD/FreeBSD.git] / lib / libclang_rt / ubsan_standalone_cxx / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 LIB=            clang_rt.ubsan_standalone_cxx-${CRTARCH}
6
7 CXXFLAGS+=      -frtti
8
9 SRCS+=          ubsan/ubsan_handlers_cxx.cc
10 SRCS+=          ubsan/ubsan_type_hash.cc
11 SRCS+=          ubsan/ubsan_type_hash_itanium.cc
12
13 .include <bsd.lib.mk>