summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmmcjit/Makefile
blob: 553186f70712daf65c1433a096249d30fc3393a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.own.mk>

LIB=	llvmmcjit

SRCDIR=	lib/ExecutionEngine/MCJIT
SRCS=	MCJIT.cpp

.if ${MK_CLANG_EXTRAS} != "no"
SRCS+=	MCJITMemoryManager.cpp
.endif

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud