Module Name: src
Committed By: joerg
Date: Mon Oct 21 19:27:55 UTC 2013
Modified Files:
src/external/bsd/llvm: Makefile.inc
Log Message:
Update LLVM/Clang snapshot to r193064 for another bugfix related to
exception handling.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 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.59 src/external/bsd/llvm/Makefile.inc:1.60
--- src/external/bsd/llvm/Makefile.inc:1.59 Sun Oct 20 14:53:22 2013
+++ src/external/bsd/llvm/Makefile.inc Mon Oct 21 19:27:55 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.59 2013/10/20 14:53:22 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.60 2013/10/21 19:27:55 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= 193040
+COMMON_REVISION= 193064
CLANG_REVISION= ${COMMON_REVISION}
COMPILER_RT_REVISION= ${COMMON_REVISION}
LLD_REVISION= ${COMMON_REVISION}