summaryrefslogtreecommitdiff
path: root/external/apache2/llvm/lib/libLLVMTextAPI
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2021-05-30 01:56:44 +0000
committerjoerg <joerg@NetBSD.org>2021-05-30 01:56:44 +0000
commit40e3ea6a478c9261e8967dea4f3f31b847b90672 (patch)
treed96e2db8092ebdf41789ea57e76759fba417196d /external/apache2/llvm/lib/libLLVMTextAPI
parent49fa550c02ab2afecb85b328f092b03626b3e83a (diff)
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.
Diffstat (limited to 'external/apache2/llvm/lib/libLLVMTextAPI')
-rw-r--r--external/apache2/llvm/lib/libLLVMTextAPI/Makefile9
1 files changed, 2 insertions, 7 deletions
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 <bsd.init.mk>
-.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 \