Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/external Update Mesa build glue for LLVM 12
details: https://anonhg.NetBSD.org/src-all/rev/5469e1fca3ec
branches: trunk
changeset: 983531:5469e1fca3ec
user: Joerg Sonnenberger <joerg%bec.de@localhost>
date: Tue Feb 16 23:24:38 2021 +0100
description:
Update Mesa build glue for LLVM 12
diffstat:
external/apache2/llvm/librt/Makefile | 2 ++
external/apache2/llvm/librt/libLLVMHelloNew/Makefile | 3 +++
external/apache2/llvm/librt/libLLVMObjCARC/Makefile | 3 +++
external/mit/xorg/lib/gallium/Makefile | 6 ++++--
4 files changed, 12 insertions(+), 2 deletions(-)
diffs (56 lines):
diff -r dff17cc93a5c -r 5469e1fca3ec external/apache2/llvm/librt/Makefile
--- a/external/apache2/llvm/librt/Makefile Thu Feb 04 16:12:29 2021 +0100
+++ b/external/apache2/llvm/librt/Makefile Tue Feb 16 23:24:38 2021 +0100
@@ -22,6 +22,7 @@
libLLVMExecutionEngine \
libLLVMFrontendOpenMP \
libLLVMGlobalISel \
+ libLLVMHelloNew \
libLLVMInstCombine \
libLLVMInstrumentation \
libLLVMipo \
@@ -34,6 +35,7 @@
libLLVMMCParser \
libLLVMMIRParser \
libLLVMObject \
+ libLLVMObjCARC \
libLLVMPasses \
libLLVMProfileData \
libLLVMRemarks \
diff -r dff17cc93a5c -r 5469e1fca3ec external/apache2/llvm/librt/libLLVMHelloNew/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/apache2/llvm/librt/libLLVMHelloNew/Makefile Tue Feb 16 23:24:38 2021 +0100
@@ -0,0 +1,3 @@
+# $NetBSD$
+
+.include <bsd.init.mk>
diff -r dff17cc93a5c -r 5469e1fca3ec external/apache2/llvm/librt/libLLVMObjCARC/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/apache2/llvm/librt/libLLVMObjCARC/Makefile Tue Feb 16 23:24:38 2021 +0100
@@ -0,0 +1,3 @@
+# $NetBSD$
+
+.include <bsd.init.mk>
diff -r dff17cc93a5c -r 5469e1fca3ec external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile Thu Feb 04 16:12:29 2021 +0100
+++ b/external/mit/xorg/lib/gallium/Makefile Tue Feb 16 23:24:38 2021 +0100
@@ -983,8 +983,6 @@
.if ${BUILD_LLVMPIPE} == 1 || ${BUILD_RADEON} == 1
LLVMRT_LIBS= \
- TransformsCoroutines \
- Passes \
MCJIT \
ExecutionEngine \
RuntimeDyld
@@ -1048,6 +1046,10 @@
.endif
LLVMRT_LIBS+= \
+ Passes \
+ TransformsCoroutines \
+ ObjCARC \
+ HelloNew \
GlobalISel \
MCDisassembler \
SelectionDAG \
Home |
Main Index |
Thread Index |
Old Index