freebsd-skq/lib/clang/libllvmmcjit/Makefile
dim 6170cec430 Upgrade our copy of llvm/clang to trunk r154661, in preparation of the
upcoming 3.1 release (expected in a few weeks).  Preliminary release
notes can be found at: <http://llvm.org/docs/ReleaseNotes.html>

MFC after:	2 weeks
2012-04-16 21:23:25 +00:00

15 lines
199 B
Makefile

# $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"