xref: /netbsd-src/external/apache2/llvm/lib/libLLVMOrc/Makefile (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1*53d1339bSjoerg#	$NetBSD: Makefile,v 1.2 2021/05/30 01:56:53 joerg Exp $
276c7fc5fSjoerg
376c7fc5fSjoergLIB=	LLVMOrc
476c7fc5fSjoerg
576c7fc5fSjoerg.include <bsd.init.mk>
676c7fc5fSjoerg
776c7fc5fSjoerg.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Orc
876c7fc5fSjoerg
976c7fc5fSjoergSRCS+=	CompileOnDemandLayer.cpp \
1076c7fc5fSjoerg	CompileUtils.cpp \
1176c7fc5fSjoerg	Core.cpp \
12*53d1339bSjoerg	DebugObjectManagerPlugin.cpp \
13*53d1339bSjoerg	DebugUtils.cpp \
1476c7fc5fSjoerg	ExecutionUtils.cpp \
1576c7fc5fSjoerg	IndirectionUtils.cpp \
1676c7fc5fSjoerg	IRCompileLayer.cpp \
1776c7fc5fSjoerg	IRTransformLayer.cpp \
1876c7fc5fSjoerg	JITTargetMachineBuilder.cpp \
1976c7fc5fSjoerg	Layer.cpp \
2076c7fc5fSjoerg	LazyReexports.cpp \
2176c7fc5fSjoerg	LLJIT.cpp \
22*53d1339bSjoerg	MachOPlatform.cpp \
23*53d1339bSjoerg	Mangling.cpp \
2476c7fc5fSjoerg	ObjectLinkingLayer.cpp \
2576c7fc5fSjoerg	ObjectTransformLayer.cpp \
2676c7fc5fSjoerg	OrcABISupport.cpp \
27*53d1339bSjoerg	OrcV2CBindings.cpp \
2876c7fc5fSjoerg	RTDyldObjectLinkingLayer.cpp \
2976c7fc5fSjoerg	SpeculateAnalyses.cpp \
3076c7fc5fSjoerg	Speculation.cpp \
31*53d1339bSjoerg	TargetProcessControl.cpp \
32*53d1339bSjoerg	ThreadSafeModule.cpp \
33*53d1339bSjoerg	TPCDebugObjectRegistrar.cpp \
34*53d1339bSjoerg	TPCDynamicLibrarySearchGenerator.cpp \
35*53d1339bSjoerg	TPCEHFrameRegistrar.cpp \
36*53d1339bSjoerg	TPCIndirectionUtils.cpp
3776c7fc5fSjoerg
3876c7fc5fSjoerg.include <bsd.lib.mk>
39