9d984acfb7
Sponsored by: DARPA, AFRL
17 lines
314 B
Makefile
17 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= lldbPluginInstrumentationRuntimeAddressSanitizer
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer
|
|
SRCS= AddressSanitizerRuntime.cpp
|
|
|
|
TGHDRS= Attrs \
|
|
DiagnosticCommonKinds \
|
|
DeclNodes \
|
|
StmtNodes \
|
|
CommentCommandList
|
|
|
|
.include "../lldb.lib.mk"
|