From 918c74ea12c6bac6ca9bd2147337c0e4fec5010e Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 11 Nov 2019 22:44:56 +0000 Subject: Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) --- external/apache2/llvm/lib/libLLVMTextAPI/Makefile | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 external/apache2/llvm/lib/libLLVMTextAPI/Makefile (limited to 'external/apache2/llvm/lib/libLLVMTextAPI/Makefile') diff --git a/external/apache2/llvm/lib/libLLVMTextAPI/Makefile b/external/apache2/llvm/lib/libLLVMTextAPI/Makefile new file mode 100644 index 00000000000..d2c9182fa68 --- /dev/null +++ b/external/apache2/llvm/lib/libLLVMTextAPI/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:12 joerg Exp $ + +LIB= LLVMTextAPI + +.include + +.PATH: ${LLVM_SRCDIR}/lib/TextAPI/ELF + +SRCS+= ELFStub.cpp \ + TBEHandler.cpp + +.PATH: ${LLVM_SRCDIR}/lib/TextAPI/MachO +SRCS+= Architecture.cpp \ + ArchitectureSet.cpp \ + InterfaceFile.cpp \ + PackedVersion.cpp \ + Platform.cpp \ + Symbol.cpp \ + Target.cpp \ + TextStub.cpp \ + TextStubCommon.cpp + +.if defined(HOSTLIB) +.include +.else +.include +.endif -- cgit