Home | History | Annotate | Line # | Download | only in libLLVMOrc
Makefile revision 1.1.4.1
      1  1.1.4.1   cjep #	$NetBSD: Makefile,v 1.1.4.1 2021/05/31 22:10:09 cjep Exp $
      2      1.1  joerg 
      3      1.1  joerg LIB=	LLVMOrc
      4      1.1  joerg 
      5      1.1  joerg .include <bsd.init.mk>
      6      1.1  joerg 
      7      1.1  joerg .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/Orc
      8      1.1  joerg 
      9      1.1  joerg SRCS+=	CompileOnDemandLayer.cpp \
     10      1.1  joerg 	CompileUtils.cpp \
     11      1.1  joerg 	Core.cpp \
     12  1.1.4.1   cjep 	DebugObjectManagerPlugin.cpp \
     13  1.1.4.1   cjep 	DebugUtils.cpp \
     14      1.1  joerg 	ExecutionUtils.cpp \
     15      1.1  joerg 	IndirectionUtils.cpp \
     16      1.1  joerg 	IRCompileLayer.cpp \
     17      1.1  joerg 	IRTransformLayer.cpp \
     18      1.1  joerg 	JITTargetMachineBuilder.cpp \
     19      1.1  joerg 	Layer.cpp \
     20      1.1  joerg 	LazyReexports.cpp \
     21      1.1  joerg 	LLJIT.cpp \
     22  1.1.4.1   cjep 	MachOPlatform.cpp \
     23  1.1.4.1   cjep 	Mangling.cpp \
     24      1.1  joerg 	ObjectLinkingLayer.cpp \
     25      1.1  joerg 	ObjectTransformLayer.cpp \
     26      1.1  joerg 	OrcABISupport.cpp \
     27  1.1.4.1   cjep 	OrcV2CBindings.cpp \
     28      1.1  joerg 	RTDyldObjectLinkingLayer.cpp \
     29      1.1  joerg 	SpeculateAnalyses.cpp \
     30      1.1  joerg 	Speculation.cpp \
     31  1.1.4.1   cjep 	TargetProcessControl.cpp \
     32  1.1.4.1   cjep 	ThreadSafeModule.cpp \
     33  1.1.4.1   cjep 	TPCDebugObjectRegistrar.cpp \
     34  1.1.4.1   cjep 	TPCDynamicLibrarySearchGenerator.cpp \
     35  1.1.4.1   cjep 	TPCEHFrameRegistrar.cpp \
     36  1.1.4.1   cjep 	TPCIndirectionUtils.cpp
     37      1.1  joerg 
     38      1.1  joerg .include <bsd.lib.mk>
     39