Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/llvm Catch up with library roulette in lli. All...



details:   https://anonhg.NetBSD.org/src/rev/9c88ea2b6dd5
branches:  trunk
changeset: 763630:9c88ea2b6dd5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Mar 28 11:41:48 2011 +0000

description:
Catch up with library roulette in lli. Allow LLVM_DEVELOPER to be set in
mk.conf. From Vladimir Kirillov.

diffstat:

 external/bsd/llvm/bin/Makefile     |   4 +++-
 external/bsd/llvm/bin/lli/Makefile |  11 +++++++----
 external/bsd/llvm/lib/Makefile     |   4 +++-
 3 files changed, 13 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r a1e0baeecdad -r 9c88ea2b6dd5 external/bsd/llvm/bin/Makefile
--- a/external/bsd/llvm/bin/Makefile    Mon Mar 28 11:19:12 2011 +0000
+++ b/external/bsd/llvm/bin/Makefile    Mon Mar 28 11:41:48 2011 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.1 2011/02/06 01:13:43 joerg Exp $
+#      $NetBSD: Makefile,v 1.2 2011/03/28 11:41:48 joerg Exp $
+
+.include <bsd.own.mk>
 
 SUBDIR=        clang \
        tblgen
diff -r a1e0baeecdad -r 9c88ea2b6dd5 external/bsd/llvm/bin/lli/Makefile
--- a/external/bsd/llvm/bin/lli/Makefile        Mon Mar 28 11:19:12 2011 +0000
+++ b/external/bsd/llvm/bin/lli/Makefile        Mon Mar 28 11:41:48 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/03/18 23:32:01 joerg Exp $
+#      $NetBSD: Makefile,v 1.3 2011/03/28 11:41:48 joerg Exp $
 
 PROG_CXX=      lli
 NOMAN=         yes
@@ -10,15 +10,18 @@
 SRCS=  lli.cpp
 
 LLVM_LIBS+= \
+       X86CodeGen \
+       X86TargetInfo \
+       X86AsmPrinter \
+       X86Utils \
+       AsmPrinter \
        AsmParser \
+       MCParser \
        BitReader \
        JIT \
        MCJIT \
        Interpreter \
        ExecutionEngine \
-       X86CodeGen \
-       X86TargetInfo \
-       X86Utils \
        SelectionDAG \
        CodeGen \
        Target \
diff -r a1e0baeecdad -r 9c88ea2b6dd5 external/bsd/llvm/lib/Makefile
--- a/external/bsd/llvm/lib/Makefile    Mon Mar 28 11:19:12 2011 +0000
+++ b/external/bsd/llvm/lib/Makefile    Mon Mar 28 11:41:48 2011 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2011/02/23 03:09:04 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2011/03/28 11:41:48 joerg Exp $
+
+.include <bsd.own.mk>
 
 SUBDIR=        \
        libLLVMAnalysis \



Home | Main Index | Thread Index | Old Index