From 40e3ea6a478c9261e8967dea4f3f31b847b90672 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 30 May 2021 01:56:44 +0000 Subject: Update LLVM build system for 249b40b558955afe5ac2b549edcf2d7f859c8cc9 This enables the use of modules for a significant build performance gain when building with clang as host compiler or when using HAVE_LLVM=yes. Switch libc++ to using the copy from the mono-repo. --- external/apache2/llvm/lib/libLLVMTextAPI/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'external/apache2/llvm/lib/libLLVMTextAPI') diff --git a/external/apache2/llvm/lib/libLLVMTextAPI/Makefile b/external/apache2/llvm/lib/libLLVMTextAPI/Makefile index d2c9182fa68..cfcf3035c79 100644 --- a/external/apache2/llvm/lib/libLLVMTextAPI/Makefile +++ b/external/apache2/llvm/lib/libLLVMTextAPI/Makefile @@ -1,15 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:12 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:54 joerg Exp $ LIB= LLVMTextAPI .include -.PATH: ${LLVM_SRCDIR}/lib/TextAPI/ELF - -SRCS+= ELFStub.cpp \ - TBEHandler.cpp - -.PATH: ${LLVM_SRCDIR}/lib/TextAPI/MachO +.PATH: ${LLVM_SRCDIR}/lib/TextAPI SRCS+= Architecture.cpp \ ArchitectureSet.cpp \ InterfaceFile.cpp \ -- cgit