aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbPluginMemoryHistoryASan/Makefile
blob: ac57d6a6a95e09a6850a488896be6005525b2498 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.include <bsd.own.mk>

LIB=	lldbPluginMemoryHistoryASan

SRCDIR=	tools/lldb/source/Plugins/MemoryHistory/asan
SRCS=	MemoryHistoryASan.cpp

TGHDRS=	DiagnosticCommonKinds \
	DeclNodes \
	StmtNodes \
	CommentCommandList

.include "../lldb.lib.mk"