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 for support of ...
details: https://anonhg.NetBSD.org/src/rev/5837c83f4e06
branches: trunk
changeset: 765113:5837c83f4e06
user: joerg <joerg%NetBSD.org@localhost>
date: Thu May 19 21:06:01 2011 +0000
description:
Update LLVM/clang snapshot for support of -Wa,--fatal-warnings in the
integrated assembler
diffstat:
external/bsd/llvm/Makefile.inc | 6 +++---
external/bsd/llvm/lib/libLLVMCore/Makefile | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r ea3e90bb5f02 -r 5837c83f4e06 external/bsd/llvm/Makefile.inc
--- a/external/bsd/llvm/Makefile.inc Thu May 19 20:37:50 2011 +0000
+++ b/external/bsd/llvm/Makefile.inc Thu May 19 21:06:01 2011 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.inc,v 1.7 2011/05/16 19:27:48 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.8 2011/05/19 21:06:01 joerg Exp $
.if !defined(LLVM_TOPLEVEL_MK)
LLVM_TOPLEVEL_MK=
.include <bsd.own.mk>
-LLVM_REVISION= 131404
-CLANG_REVISION= 131404
+LLVM_REVISION= 131671
+CLANG_REVISION= 131671
LLVM_SRCDIR:= ${.PARSEDIR}/dist/llvm
CLANG_SRCDIR:= ${.PARSEDIR}/dist/clang
diff -r ea3e90bb5f02 -r 5837c83f4e06 external/bsd/llvm/lib/libLLVMCore/Makefile
--- a/external/bsd/llvm/lib/libLLVMCore/Makefile Thu May 19 20:37:50 2011 +0000
+++ b/external/bsd/llvm/lib/libLLVMCore/Makefile Thu May 19 21:06:01 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/18 23:32:03 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/05/19 21:06:02 joerg Exp $
LIB= LLVMCore
@@ -33,6 +33,7 @@
PassManager.cpp \
PassRegistry.cpp \
PrintModulePass.cpp \
+ StandardPasses.cpp \
Type.cpp \
TypeSymbolTable.cpp \
Use.cpp \
Home |
Main Index |
Thread Index |
Old Index