From owner-svn-src-projects@freebsd.org Sun Dec 24 12:32:57 2017 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 44CF6E8B62B for ; Sun, 24 Dec 2017 12:32:57 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D1C4774EB; Sun, 24 Dec 2017 12:32:56 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBOCWuhH067783; Sun, 24 Dec 2017 12:32:56 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBOCWt36067778; Sun, 24 Dec 2017 12:32:55 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201712241232.vBOCWt36067778@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Sun, 24 Dec 2017 12:32:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: 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 X-SVN-Group: projects X-SVN-Commit-Author: dim X-SVN-Commit-Paths: 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 X-SVN-Commit-Revision: 327143 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Dec 2017 12:32:57 -0000 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