Module Name:    src
Committed By:   joerg
Date:           Mon Mar 21 16:50:12 UTC 2011

Modified Files:
        src/external/bsd/llvm: Makefile.inc

Log Message:
Update LLVM/clang snapshot. This brings much improved support for
--sysroot and a cross-compiling toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/llvm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/llvm/Makefile.inc
diff -u src/external/bsd/llvm/Makefile.inc:1.4 src/external/bsd/llvm/Makefile.inc:1.5
--- src/external/bsd/llvm/Makefile.inc:1.4	Fri Mar 18 23:32:01 2011
+++ src/external/bsd/llvm/Makefile.inc	Mon Mar 21 16:50:12 2011
@@ -1,12 +1,12 @@
-#	$NetBSD: Makefile.inc,v 1.4 2011/03/18 23:32:01 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.5 2011/03/21 16:50:12 joerg Exp $
 
 .if !defined(LLVM_TOPLEVEL_MK)
 LLVM_TOPLEVEL_MK=
 
 .include <bsd.own.mk>
 
-LLVM_REVISION=	127912
-CLANG_REVISION=	127912
+LLVM_REVISION=	127996
+CLANG_REVISION=	127996
 
 LLVM_SRCDIR:=	${.PARSEDIR}/dist/llvm
 CLANG_SRCDIR:=	${.PARSEDIR}/dist/clang

Reply via email to