diff options
| author | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
| commit | 918c74ea12c6bac6ca9bd2147337c0e4fec5010e (patch) | |
| tree | 3ef5212d84042aedbd5e0629e2c7dc2de1751526 /external/apache2/llvm/lib/libLLVMDebugInfoCodeView/Makefile | |
| parent | 5578004b9757994411ac0c8b959a53c2063844d1 (diff) | |
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
Diffstat (limited to 'external/apache2/llvm/lib/libLLVMDebugInfoCodeView/Makefile')
| -rw-r--r-- | external/apache2/llvm/lib/libLLVMDebugInfoCodeView/Makefile | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/Makefile b/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/Makefile new file mode 100644 index 00000000000..71a3546a813 --- /dev/null +++ b/external/apache2/llvm/lib/libLLVMDebugInfoCodeView/Makefile @@ -0,0 +1,53 @@ +# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:05 joerg Exp $ + +LIB= LLVMDebugInfoCodeView + +.include <bsd.init.mk> + +.PATH: ${LLVM_SRCDIR}/lib/DebugInfo/CodeView + +SRCS+= AppendingTypeTableBuilder.cpp \ + CodeViewError.cpp \ + CodeViewRecordIO.cpp \ + ContinuationRecordBuilder.cpp \ + CVSymbolVisitor.cpp \ + CVTypeVisitor.cpp \ + DebugChecksumsSubsection.cpp \ + DebugCrossExSubsection.cpp \ + DebugCrossImpSubsection.cpp \ + DebugFrameDataSubsection.cpp \ + DebugInlineeLinesSubsection.cpp \ + DebugLinesSubsection.cpp \ + DebugStringTableSubsection.cpp \ + DebugSubsection.cpp \ + DebugSubsectionRecord.cpp \ + DebugSubsectionVisitor.cpp \ + DebugSymbolsSubsection.cpp \ + EnumTables.cpp \ + Formatters.cpp \ + GlobalTypeTableBuilder.cpp \ + LazyRandomTypeCollection.cpp \ + Line.cpp \ + MergingTypeTableBuilder.cpp \ + RecordName.cpp \ + RecordSerialization.cpp \ + SimpleTypeSerializer.cpp \ + StringsAndChecksums.cpp \ + SymbolDumper.cpp \ + SymbolRecordHelpers.cpp \ + SymbolRecordMapping.cpp \ + SymbolSerializer.cpp \ + TypeDumpVisitor.cpp \ + TypeHashing.cpp \ + TypeIndex.cpp \ + TypeIndexDiscovery.cpp \ + TypeRecordHelpers.cpp \ + TypeRecordMapping.cpp \ + TypeStreamMerger.cpp \ + TypeTableCollection.cpp + +.if defined(HOSTLIB) +.include <bsd.hostlib.mk> +.else +.include <bsd.lib.mk> +.endif |
