Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/llvm Update LLVM/Clang snapshot to r193064 for ...



details:   https://anonhg.NetBSD.org/src/rev/5e72a7a267d9
branches:  trunk
changeset: 790807:5e72a7a267d9
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Oct 21 19:27:55 2013 +0000

description:
Update LLVM/Clang snapshot to r193064 for another bugfix related to
exception handling.

diffstat:

 external/bsd/llvm/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 066f0a7a6f24 -r 5e72a7a267d9 external/bsd/llvm/Makefile.inc
--- a/external/bsd/llvm/Makefile.inc    Mon Oct 21 19:14:15 2013 +0000
+++ b/external/bsd/llvm/Makefile.inc    Mon Oct 21 19:27:55 2013 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index