diff options
| author | joerg <joerg@NetBSD.org> | 2019-11-18 22:26:14 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2019-11-18 22:26:14 +0000 |
| commit | 5f3868047a6b815af09476daa77e798f863250c3 (patch) | |
| tree | 7bbb2404b5815737290d659f9999f2f5e8cdc462 /external/apache2 | |
| parent | c72da42f7799240e5e1fa32a38f8948943bc3819 (diff) | |
Build some more LLVM components for Gallium. Switch it to -Wl,-z,defs
Diffstat (limited to 'external/apache2')
8 files changed, 29 insertions, 1 deletions
diff --git a/external/apache2/llvm/librt/Makefile b/external/apache2/llvm/librt/Makefile index aed5ef4e61b..ea0aa7bafdd 100644 --- a/external/apache2/llvm/librt/Makefile +++ b/external/apache2/llvm/librt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:18 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2019/11/18 22:26:14 joerg Exp $ .include <bsd.own.mk> @@ -12,8 +12,11 @@ SUBDIR= libLLVMAnalysis \ libLLVMAsmPrinter \ libLLVMBinaryFormat \ libLLVMBitReader \ + libLLVMBitstreamReader \ libLLVMCodeGen \ + libLLVMDemangle \ libLLVMDebugInfoCodeView \ + libLLVMDebugInfoDWARF \ libLLVMExecutionEngine \ libLLVMGlobalISel \ libLLVMInstCombine \ @@ -26,15 +29,19 @@ SUBDIR= libLLVMAnalysis \ libLLVMMCDisassembler \ libLLVMMCJIT \ libLLVMMCParser \ + libLLVMMIRParser \ libLLVMObject \ libLLVMPasses \ libLLVMProfileData \ + libLLVMRemarks \ libLLVMRuntimeDyld \ libLLVMScalarOpts \ libLLVMSelectionDAG \ libLLVMSupport \ libLLVMTarget \ + libLLVMTextAPI \ libLLVMTransformsAggressiveInstCombine \ + libLLVMTransformsCFGuard \ libLLVMTransformsCoroutines \ libLLVMTransformsUtils \ libLLVMVectorize diff --git a/external/apache2/llvm/librt/libLLVMBitstreamReader/Makefile b/external/apache2/llvm/librt/libLLVMBitstreamReader/Makefile new file mode 100644 index 00000000000..63f313b3cad --- /dev/null +++ b/external/apache2/llvm/librt/libLLVMBitstreamReader/Makefile @@ -0,0 +1,3 @@ +# $NetBSD: Makefile,v 1.1 2019/11/18 22:26:14 joerg Exp $ + +.include <bsd.init.mk> diff --git a/external/apache2/llvm/librt/libLLVMDebugInfoDWARF/Makefile b/external/apache2/llvm/librt/libLLVMDebugInfoDWARF/Makefile new file mode 100644 index 00000000000..63f313b3cad --- /dev/null +++ b/external/apache2/llvm/librt/libLLVMDebugInfoDWARF/Makefile @@ -0,0 +1,3 @@ +# $NetBSD: Makefile,v 1.1 2019/11/18 22:26:14 joerg Exp $ + +.include <bsd.init.mk> diff --git a/external/apache2/llvm/librt/libLLVMDemangle/Makefile b/external/apache2/llvm/librt/libLLVMDemangle/Makefile new file mode 100644 index 00000000000..63f313b3cad --- /dev/null +++ b/external/apache2/llvm/librt/libLLVMDemangle/Makefile @@ -0,0 +1,3 @@ +# $NetBSD: Makefile,v 1.1 2019/11/18 22:26:14 joerg Exp $ + +.include <bsd.init.mk> diff --git a/external/apache2/llvm/librt/libLLVMMIRParser/Makefile b/external/apache2/llvm/librt/libLLVMMIRParser/Makefile new file mode 100644 index 00000000000..63f313b3cad --- /dev/null +++ b/external/apache2/llvm/librt/libLLVMMIRParser/Makefile @@ -0,0 +1,3 @@ +# $NetBSD: Makefile,v 1.1 2019/11/18 22:26:14 joerg Exp $ + +.include <bsd.init.mk> diff --git a/external/apache2/llvm/librt/libLLVMRemarks/Makefile b/external/apache2/llvm/librt/libLLVMRemarks/Makefile new file mode 100644 index 00000000000..d21952798e8 --- /dev/null +++ b/external/apache2/llvm/librt/libLLVMRemarks/Makefile @@ -0,0 +1,3 @@ +# $NetBSD: Makefile,v 1.1 2019/11/18 22:26:15 joerg Exp $ + +.include <bsd.init.mk> diff --git a/external/apache2/llvm/librt/libLLVMTextAPI/Makefile b/external/apache2/llvm/librt/libLLVMTextAPI/Makefile new file mode 100644 index 00000000000..d21952798e8 --- /dev/null +++ b/external/apache2/llvm/librt/libLLVMTextAPI/Makefile @@ -0,0 +1,3 @@ +# $NetBSD: Makefile,v 1.1 2019/11/18 22:26:15 joerg Exp $ + +.include <bsd.init.mk> diff --git a/external/apache2/llvm/librt/libLLVMTransformsCFGuard/Makefile b/external/apache2/llvm/librt/libLLVMTransformsCFGuard/Makefile new file mode 100644 index 00000000000..d21952798e8 --- /dev/null +++ b/external/apache2/llvm/librt/libLLVMTransformsCFGuard/Makefile @@ -0,0 +1,3 @@ +# $NetBSD: Makefile,v 1.1 2019/11/18 22:26:15 joerg Exp $ + +.include <bsd.init.mk> |
