Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/lib/libclang_rt/asan_static/Makefile
48148 views
.include <bsd.init.mk>

LIB=		clang_rt.asan_static-${CRTARCH}

SRCS+=		asan/asan_rtl_static.cpp
SRCS+=		asan/asan_rtl_x86_64.S

.include <bsd.lib.mk>