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/c922cb952299
branches:  trunk
changeset: 952797:c922cb952299
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 6bc7f2003803 -r c922cb952299 external/apache2/llvm/librt/Makefile
--- a/external/apache2/llvm/librt/Makefile      Tue Feb 16 02:58:51 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 6bc7f2003803 -r c922cb952299 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 6bc7f2003803 -r c922cb952299 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 6bc7f2003803 -r c922cb952299 external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Tue Feb 16 02:58:51 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