Module Name:    src
Committed By:   joerg
Date:           Mon Jun 18 15:53:22 UTC 2012

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

Log Message:
Update to r158657, which actually has the fix for LVM's uninitialised
memory warning.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 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.38 src/external/bsd/llvm/Makefile.inc:1.39
--- src/external/bsd/llvm/Makefile.inc:1.38	Sun Jun 17 16:51:31 2012
+++ src/external/bsd/llvm/Makefile.inc	Mon Jun 18 15:53:22 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.38 2012/06/17 16:51:31 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.39 2012/06/18 15:53:22 joerg Exp $
 
 .if !defined(LLVM_TOPLEVEL_MK)
 LLVM_TOPLEVEL_MK=
@@ -7,7 +7,7 @@ LLVM_TOPLEVEL_MK=
 
 SVN_ROOT=		http://llvm.org/svn/llvm-project
 
-COMMON_REVISION=	158648
+COMMON_REVISION=	158657
 LLVM_REVISION=		${COMMON_REVISION}
 CLANG_REVISION=		${COMMON_REVISION}
 COMPILER_RT_REVISION=	${COMMON_REVISION}

Reply via email to