Module Name:    src
Committed By:   joerg
Date:           Tue Jul  5 23:02:31 UTC 2011

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

Log Message:
Update LLVM/Clang snapshot to 134438 for configuration updates for
various platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/external/bsd/llvm/Makefile.inc:1.14
--- src/external/bsd/llvm/Makefile.inc:1.13	Mon Jul  4 22:20:45 2011
+++ src/external/bsd/llvm/Makefile.inc	Tue Jul  5 23:02:31 2011
@@ -1,12 +1,12 @@
-#	$NetBSD: Makefile.inc,v 1.13 2011/07/04 22:20:45 joerg Exp $
+#	$NetBSD: Makefile.inc,v 1.14 2011/07/05 23:02:31 joerg Exp $
 
 .if !defined(LLVM_TOPLEVEL_MK)
 LLVM_TOPLEVEL_MK=
 
 .include <bsd.own.mk>
 
-LLVM_REVISION=	134393
-CLANG_REVISION=	134393
+LLVM_REVISION=	134438
+CLANG_REVISION=	134438
 
 LLVM_SRCDIR:=	${.PARSEDIR}/dist/llvm
 CLANG_SRCDIR:=	${.PARSEDIR}/dist/clang

Reply via email to