svn commit: r327143 - in projects/clang600-import: lib/clang/include/clang/Basic lib/clang/include/lld/Common lib/clang/include/llvm/Support lib/clang/libllvm usr.bin/clang/llvm-tblgen
Dimitry Andric
dim at FreeBSD.org
Sun Dec 24 12:32:57 UTC 2017
Author: dim
Date: Sun Dec 24 12:32:55 2017
New Revision: 327143
URL: https://svnweb.freebsd.org/changeset/base/327143
Log:
Update clang, lld and llvm version numbers for r321414, and update build
glue.
Modified:
projects/clang600-import/lib/clang/include/clang/Basic/Version.inc
projects/clang600-import/lib/clang/include/lld/Common/Version.inc
projects/clang600-import/lib/clang/include/llvm/Support/VCSRevision.h
projects/clang600-import/lib/clang/libllvm/Makefile
projects/clang600-import/usr.bin/clang/llvm-tblgen/Makefile
Modified: projects/clang600-import/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- projects/clang600-import/lib/clang/include/clang/Basic/Version.inc Sun Dec 24 02:06:16 2017 (r327142)
+++ projects/clang600-import/lib/clang/include/clang/Basic/Version.inc Sun Dec 24 12:32:55 2017 (r327143)
@@ -8,4 +8,4 @@
#define CLANG_VENDOR "FreeBSD "
-#define SVN_REVISION "321017"
+#define SVN_REVISION "321414"
Modified: projects/clang600-import/lib/clang/include/lld/Common/Version.inc
==============================================================================
--- projects/clang600-import/lib/clang/include/lld/Common/Version.inc Sun Dec 24 02:06:16 2017 (r327142)
+++ projects/clang600-import/lib/clang/include/lld/Common/Version.inc Sun Dec 24 12:32:55 2017 (r327143)
@@ -4,5 +4,5 @@
#define LLD_VERSION_STRING "6.0.0"
#define LLD_VERSION_MAJOR 6
#define LLD_VERSION_MINOR 0
-#define LLD_REVISION_STRING "321017"
+#define LLD_REVISION_STRING "321414"
#define LLD_REPOSITORY_STRING "FreeBSD"
Modified: projects/clang600-import/lib/clang/include/llvm/Support/VCSRevision.h
==============================================================================
--- projects/clang600-import/lib/clang/include/llvm/Support/VCSRevision.h Sun Dec 24 02:06:16 2017 (r327142)
+++ projects/clang600-import/lib/clang/include/llvm/Support/VCSRevision.h Sun Dec 24 12:32:55 2017 (r327143)
@@ -1,2 +1,2 @@
/* $FreeBSD$ */
-#define LLVM_REVISION "svn-r321017"
+#define LLVM_REVISION "svn-r321414"
Modified: projects/clang600-import/lib/clang/libllvm/Makefile
==============================================================================
--- projects/clang600-import/lib/clang/libllvm/Makefile Sun Dec 24 02:06:16 2017 (r327142)
+++ projects/clang600-import/lib/clang/libllvm/Makefile Sun Dec 24 12:32:55 2017 (r327143)
@@ -202,7 +202,7 @@ SRCS_MIN+= CodeGen/LiveRangeEdit.cpp
SRCS_MIN+= CodeGen/LiveRangeShrink.cpp
SRCS_MIN+= CodeGen/LiveRegMatrix.cpp
SRCS_MIN+= CodeGen/LiveRegUnits.cpp
-SRCS_MIN+= CodeGen/LiveStackAnalysis.cpp
+SRCS_MIN+= CodeGen/LiveStacks.cpp
SRCS_MIN+= CodeGen/LiveVariables.cpp
SRCS_MIN+= CodeGen/LocalStackSlotAllocation.cpp
SRCS_MIN+= CodeGen/LowLevelType.cpp
Modified: projects/clang600-import/usr.bin/clang/llvm-tblgen/Makefile
==============================================================================
--- projects/clang600-import/usr.bin/clang/llvm-tblgen/Makefile Sun Dec 24 02:06:16 2017 (r327142)
+++ projects/clang600-import/usr.bin/clang/llvm-tblgen/Makefile Sun Dec 24 12:32:55 2017 (r327143)
@@ -35,6 +35,7 @@ SRCS+= OptParserEmitter.cpp
SRCS+= PseudoLoweringEmitter.cpp
SRCS+= RegisterBankEmitter.cpp
SRCS+= RegisterInfoEmitter.cpp
+SRCS+= SDNodeProperties.cpp
SRCS+= SearchableTableEmitter.cpp
SRCS+= SubtargetEmitter.cpp
SRCS+= SubtargetFeatureInfo.cpp
More information about the svn-src-projects
mailing list