1fb142d88SDimitry Andric.include <bsd.init.mk> 2fb142d88SDimitry Andric 3fb142d88SDimitry AndricLIB= clang_rt.tsan_cxx-${CRTARCH} 4fb142d88SDimitry Andric 5*0af133f6SDimitry AndricSRCS+= tsan/rtl/tsan_new_delete.cpp 6*0af133f6SDimitry AndricSRCS+= ubsan/ubsan_handlers_cxx.cpp 7*0af133f6SDimitry AndricSRCS+= ubsan/ubsan_type_hash.cpp 8*0af133f6SDimitry AndricSRCS+= ubsan/ubsan_type_hash_itanium.cpp 9fb142d88SDimitry Andric 10fb142d88SDimitry Andric.include <bsd.lib.mk> 11fb142d88SDimitry Andric 12*0af133f6SDimitry AndricCXXFLAGS.ubsan_handlers_cxx.cpp= -frtti 13*0af133f6SDimitry AndricCXXFLAGS.ubsan_type_hash.cpp= -frtti 14*0af133f6SDimitry AndricCXXFLAGS.ubsan_type_hash_itanium.cpp= -frtti 15