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 create the c...



details:   https://anonhg.NetBSD.org/src/rev/b64f7f3a3982
branches:  trunk
changeset: 765169:b64f7f3a3982
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri May 20 13:40:04 2011 +0000

description:
Update LLVM/Clang snapshot to create the correct relocation when memory
locations are used as immediates on AMD64.

diffstat:

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

diffs (19 lines):

diff -r 12f019dc585c -r b64f7f3a3982 external/bsd/llvm/Makefile.inc
--- a/external/bsd/llvm/Makefile.inc    Fri May 20 13:38:52 2011 +0000
+++ b/external/bsd/llvm/Makefile.inc    Fri May 20 13:40:04 2011 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: Makefile.inc,v 1.8 2011/05/19 21:06:01 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.9 2011/05/20 13:40:04 joerg Exp $
 
 .if !defined(LLVM_TOPLEVEL_MK)
 LLVM_TOPLEVEL_MK=
 
 .include <bsd.own.mk>
 
-LLVM_REVISION= 131671
-CLANG_REVISION=        131671
+LLVM_REVISION= 131689
+CLANG_REVISION=        131689
 
 LLVM_SRCDIR:=  ${.PARSEDIR}/dist/llvm
 CLANG_SRCDIR:= ${.PARSEDIR}/dist/clang



Home | Main Index | Thread Index | Old Index