Module Name: src
Committed By: joerg
Date: Thu May 19 21:06:02 UTC 2011
Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/lib/libLLVMCore: Makefile
Log Message:
Update LLVM/clang snapshot for support of -Wa,--fatal-warnings in the
integrated assembler
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMCore/Makefile
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.7 src/external/bsd/llvm/Makefile.inc:1.8
--- src/external/bsd/llvm/Makefile.inc:1.7 Mon May 16 19:27:48 2011
+++ src/external/bsd/llvm/Makefile.inc Thu May 19 21:06:01 2011
@@ -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
Index: src/external/bsd/llvm/lib/libLLVMCore/Makefile
diff -u src/external/bsd/llvm/lib/libLLVMCore/Makefile:1.2 src/external/bsd/llvm/lib/libLLVMCore/Makefile:1.3
--- src/external/bsd/llvm/lib/libLLVMCore/Makefile:1.2 Fri Mar 18 23:32:03 2011
+++ src/external/bsd/llvm/lib/libLLVMCore/Makefile Thu May 19 21:06:02 2011
@@ -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 \