2015-05-30 11:39:49 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
|
|
LIB= llvmorcjit
|
|
|
|
|
|
|
|
|
|
SRCDIR= lib/ExecutionEngine/Orc
|
|
|
|
|
SRCS= ExecutionUtils.cpp \
|
|
|
|
|
IndirectionUtils.cpp \
|
2015-12-31 09:39:45 -05:00
|
|
|
NullResolver.cpp \
|
2016-01-14 12:42:46 -05:00
|
|
|
OrcArchitectureSupport.cpp \
|
2015-12-31 09:39:45 -05:00
|
|
|
OrcCBindings.cpp \
|
|
|
|
|
OrcCBindingsStack.cpp \
|
2016-01-14 12:42:46 -05:00
|
|
|
OrcError.cpp \
|
2015-05-30 11:39:49 -04:00
|
|
|
OrcMCJITReplacement.cpp \
|
2016-01-14 12:42:46 -05:00
|
|
|
OrcRemoteTargetRPCAPI.cpp
|
2015-05-30 11:39:49 -04:00
|
|
|
|
2015-12-31 12:37:35 -05:00
|
|
|
TGHDRS= Attributes \
|
|
|
|
|
Intrinsics
|
|
|
|
|
|
2015-05-30 11:39:49 -04:00
|
|
|
.include "../clang.lib.mk"
|