Module Name: src
Committed By: joerg
Date: Fri May 20 13:40:04 UTC 2011
Modified Files:
src/external/bsd/llvm: Makefile.inc
Log Message:
Update LLVM/Clang snapshot to create the correct relocation when memory
locations are used as immediates on AMD64.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/external/bsd/llvm/Makefile.inc:1.9
--- src/external/bsd/llvm/Makefile.inc:1.8 Thu May 19 21:06:01 2011
+++ src/external/bsd/llvm/Makefile.inc Fri May 20 13:40:04 2011
@@ -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