Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Sync tools build glue with LLVM pre-4.0.0.



details:   https://anonhg.NetBSD.org/src/rev/d6b5b28479a6
branches:  trunk
changeset: 820564:d6b5b28479a6
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jan 11 12:08:34 2017 +0000

description:
Sync tools build glue with LLVM pre-4.0.0.

diffstat:

 tools/Makefile                                      |  4 ++--
 tools/llvm-lib/libLLVMDebugInfoCodeView/Makefile    |  3 +++
 tools/llvm-lib/libLLVMDebugInfoMSF/Makefile         |  3 +++
 tools/llvm-lib/libLLVMDemangle/Makefile             |  3 +++
 tools/llvm-lib/libLLVMGlobalISel/Makefile           |  3 +++
 tools/llvm-lib/libLLVMLTO/Makefile                  |  3 +++
 tools/llvm-lib/libLLVMPasses/Makefile               |  3 +++
 tools/llvm-lib/libLLVMProfileDataCoverage/Makefile  |  3 +++
 tools/llvm-lib/libLLVMTransformsCoroutines/Makefile |  3 +++
 tools/llvm-lib/libclangASTMatchers/Makefile         |  3 +++
 tools/llvm/Makefile                                 |  4 ++--
 11 files changed, 31 insertions(+), 4 deletions(-)

diffs (99 lines):

diff -r c4cb0ce15558 -r d6b5b28479a6 tools/Makefile
--- a/tools/Makefile    Wed Jan 11 12:02:24 2017 +0000
+++ b/tools/Makefile    Wed Jan 11 12:08:34 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.186 2016/01/24 22:49:08 christos Exp $
+#      $NetBSD: Makefile,v 1.187 2017/01/11 12:08:34 joerg Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -125,7 +125,7 @@
 .if ${MKLLVM} != "no"
 SUBDIR+= \
        llvm .WAIT \
-       llvm-lib/libLLVMSupport llvm-lib/libLLVMTableGen .WAIT \
+       llvm-lib/libLLVMDemangle llvm-lib/libLLVMSupport llvm-lib/libLLVMTableGen .WAIT \
        llvm-tblgen llvm-clang-tblgen .WAIT \
        llvm-include .WAIT \
        llvm-lib .WAIT \
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libLLVMDebugInfoCodeView/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libLLVMDebugInfoCodeView/Makefile  Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libLLVMDebugInfoMSF/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libLLVMDebugInfoMSF/Makefile       Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libLLVMDemangle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libLLVMDemangle/Makefile   Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libLLVMGlobalISel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libLLVMGlobalISel/Makefile Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libLLVMLTO/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libLLVMLTO/Makefile        Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libLLVMPasses/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libLLVMPasses/Makefile     Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libLLVMProfileDataCoverage/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libLLVMProfileDataCoverage/Makefile        Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libLLVMTransformsCoroutines/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libLLVMTransformsCoroutines/Makefile       Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm-lib/libclangASTMatchers/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/llvm-lib/libclangASTMatchers/Makefile       Wed Jan 11 12:08:34 2017 +0000
@@ -0,0 +1,3 @@
+#      $NetBSD: Makefile,v 1.1 2017/01/11 12:08:35 joerg Exp $
+
+.include <bsd.init.mk>
diff -r c4cb0ce15558 -r d6b5b28479a6 tools/llvm/Makefile
--- a/tools/llvm/Makefile       Wed Jan 11 12:02:24 2017 +0000
+++ b/tools/llvm/Makefile       Wed Jan 11 12:08:34 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2015/03/05 10:22:25 joerg Exp $
+#      $NetBSD: Makefile,v 1.21 2017/01/11 12:08:34 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -15,7 +15,7 @@
        mkdir -p config
        printf '#!/bin/sh\necho 2.7.3' > config/python
        chmod 755 config/python
-       cd config && ${HOST_SH} ${LLVM_SRCDIR}/configure ${LLVM_CONFIGURE_ARGS} \
+       cd config && ${HOST_SH} ${CONFIG_DIR}/configure ${LLVM_CONFIGURE_ARGS} \
            --enable-optimized CC=${HOST_CC:Q} CXX=${HOST_CXX:Q} \
            --with-python=${.OBJDIR}/config/python
 # --disable-assertions



Home | Main Index | Thread Index | Old Index