Module Name: src
Committed By: joerg
Date: Wed Jun 8 08:48:39 UTC 2011
Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/bin/tblgen: Makefile
src/external/bsd/llvm/lib/libLLVMAnalysis: Makefile
src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile
src/external/bsd/llvm/lib/libclangFrontend: Makefile
Removed Files:
src/external/bsd/llvm/lib/libclangTooling: Makefile
Log Message:
Update LLVM/Clang snapshot to 132736. This fixes two situations where
libraries could end up with text relocations.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/llvm/Makefile.inc
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/bin/tblgen/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/llvm/lib/libclangFrontend/Makefile
cvs rdiff -u -r1.2 -r0 src/external/bsd/llvm/lib/libclangTooling/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.10 src/external/bsd/llvm/Makefile.inc:1.11
--- src/external/bsd/llvm/Makefile.inc:1.10 Wed Jun 1 14:13:41 2011
+++ src/external/bsd/llvm/Makefile.inc Wed Jun 8 08:48:38 2011
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.inc,v 1.10 2011/06/01 14:13:41 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.11 2011/06/08 08:48:38 joerg Exp $
.if !defined(LLVM_TOPLEVEL_MK)
LLVM_TOPLEVEL_MK=
.include <bsd.own.mk>
-LLVM_REVISION= 132395
-CLANG_REVISION= 132395
+LLVM_REVISION= 132736
+CLANG_REVISION= 132736
LLVM_SRCDIR:= ${.PARSEDIR}/dist/llvm
CLANG_SRCDIR:= ${.PARSEDIR}/dist/clang
Index: src/external/bsd/llvm/bin/tblgen/Makefile
diff -u src/external/bsd/llvm/bin/tblgen/Makefile:1.3 src/external/bsd/llvm/bin/tblgen/Makefile:1.4
--- src/external/bsd/llvm/bin/tblgen/Makefile:1.3 Wed Feb 23 03:09:03 2011
+++ src/external/bsd/llvm/bin/tblgen/Makefile Wed Jun 8 08:48:38 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/02/23 03:09:03 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2011/06/08 08:48:38 joerg Exp $
PROG_CXX= llvm-tblgen
NOMAN= yes
@@ -38,6 +38,7 @@
OptParserEmitter.cpp \
Record.cpp \
RegisterInfoEmitter.cpp \
+ SetTheory.cpp \
StringMatcher.cpp \
SubtargetEmitter.cpp \
TGLexer.cpp \
Index: src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile
diff -u src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile:1.2 src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile:1.3
--- src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile:1.2 Fri Mar 18 23:32:02 2011
+++ src/external/bsd/llvm/lib/libLLVMAnalysis/Makefile Wed Jun 8 08:48:38 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/18 23:32:02 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/06/08 08:48:38 joerg Exp $
LIB= LLVMAnalysis
@@ -13,6 +13,7 @@
AliasSetTracker.cpp \
Analysis.cpp \
BasicAliasAnalysis.cpp \
+ BranchProbabilityInfo.cpp \
CFGPrinter.cpp \
CaptureTracking.cpp \
ConstantFolding.cpp \
Index: src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile
diff -u src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile:1.2 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile:1.3
--- src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile:1.2 Thu May 12 14:56:23 2011
+++ src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile Wed Jun 8 08:48:39 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/12 14:56:23 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/06/08 08:48:39 joerg Exp $
LIB= LLVMCodeGen
@@ -75,6 +75,7 @@
RegAllocGreedy.cpp \
RegAllocLinearScan.cpp \
RegAllocPBQP.cpp \
+ RegisterClassInfo.cpp \
RegisterCoalescer.cpp \
RegisterScavenging.cpp \
RenderMachineFunction.cpp \
Index: src/external/bsd/llvm/lib/libclangFrontend/Makefile
diff -u src/external/bsd/llvm/lib/libclangFrontend/Makefile:1.3 src/external/bsd/llvm/lib/libclangFrontend/Makefile:1.4
--- src/external/bsd/llvm/lib/libclangFrontend/Makefile:1.3 Thu May 12 14:56:24 2011
+++ src/external/bsd/llvm/lib/libclangFrontend/Makefile Wed Jun 8 08:48:39 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/05/12 14:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2011/06/08 08:48:39 joerg Exp $
LIB= clangFrontend
@@ -15,7 +15,6 @@
CompilerInvocation.cpp \
CreateInvocationFromCommandLine.cpp \
DependencyFile.cpp \
- DiagChecker.cpp \
FrontendAction.cpp \
FrontendActions.cpp \
FrontendOptions.cpp \