mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
21 lines
363 B
Makefile
21 lines
363 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmorcjit
|
|
|
|
SRCDIR= lib/ExecutionEngine/Orc
|
|
SRCS= ExecutionUtils.cpp \
|
|
IndirectionUtils.cpp \
|
|
NullResolver.cpp \
|
|
OrcArchitectureSupport.cpp \
|
|
OrcCBindings.cpp \
|
|
OrcCBindingsStack.cpp \
|
|
OrcError.cpp \
|
|
OrcMCJITReplacement.cpp \
|
|
OrcRemoteTargetRPCAPI.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|