2015-02-08 17:26:41 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIB= lldbPluginInstrumentationRuntimeAddressSanitizer
|
|
|
|
|
|
|
|
SRCDIR= tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer
|
|
|
|
SRCS= AddressSanitizerRuntime.cpp
|
|
|
|
|
2015-02-14 14:13:00 +00:00
|
|
|
TGHDRS= AttrList \
|
|
|
|
Attrs \
|
2015-02-08 17:26:41 +00:00
|
|
|
DiagnosticCommonKinds \
|
|
|
|
DeclNodes \
|
|
|
|
StmtNodes \
|
|
|
|
CommentCommandList
|
|
|
|
|
|
|
|
.include "../lldb.lib.mk"
|