From owner-svn-src-projects@freebsd.org Tue Jan 22 20:24:12 2019 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DC9B14AE4F4 for ; Tue, 22 Jan 2019 20:24:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C30806E55D; Tue, 22 Jan 2019 20:24:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B813167B8; Tue, 22 Jan 2019 20:24:11 +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 x0MKOBU1037955; Tue, 22 Jan 2019 20:24:11 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0MKOAXO037950; Tue, 22 Jan 2019 20:24:10 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201901222024.x0MKOAXO037950@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Tue, 22 Jan 2019 20:24:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r343319 - in projects/clang800-import/lib/clang/include: clang/Basic clang/Config lld/Common llvm/Config llvm/Support X-SVN-Group: projects X-SVN-Commit-Author: dim X-SVN-Commit-Paths: in projects/clang800-import/lib/clang/include: clang/Basic clang/Config lld/Common llvm/Config llvm/Support X-SVN-Commit-Revision: 343319 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: C30806E55D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.961,0] X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 22 Jan 2019 20:24:12 -0000 Author: dim Date: Tue Jan 22 20:24:10 2019 New Revision: 343319 URL: https://svnweb.freebsd.org/changeset/base/343319 Log: Now for the release_80 branch, update version numbers for llvm, clang and lld, and regenerate config headers. Modified: projects/clang800-import/lib/clang/include/clang/Basic/Version.inc projects/clang800-import/lib/clang/include/clang/Config/config.h projects/clang800-import/lib/clang/include/lld/Common/Version.inc projects/clang800-import/lib/clang/include/llvm/Config/config.h projects/clang800-import/lib/clang/include/llvm/Config/llvm-config.h projects/clang800-import/lib/clang/include/llvm/Support/VCSRevision.h Modified: projects/clang800-import/lib/clang/include/clang/Basic/Version.inc ============================================================================== --- projects/clang800-import/lib/clang/include/clang/Basic/Version.inc Tue Jan 22 20:18:32 2019 (r343318) +++ projects/clang800-import/lib/clang/include/clang/Basic/Version.inc Tue Jan 22 20:24:10 2019 (r343319) @@ -8,4 +8,4 @@ #define CLANG_VENDOR "FreeBSD " -#define SVN_REVISION "351319" +#define SVN_REVISION "351543" Modified: projects/clang800-import/lib/clang/include/clang/Config/config.h ============================================================================== --- projects/clang800-import/lib/clang/include/clang/Config/config.h Tue Jan 22 20:18:32 2019 (r343318) +++ projects/clang800-import/lib/clang/include/clang/Config/config.h Tue Jan 22 20:24:10 2019 (r343319) @@ -62,7 +62,7 @@ #define CLANG_HAVE_RLIMITS 1 /* The LLVM product name and version */ -#define BACKEND_PACKAGE_STRING "LLVM 8.0.0svn" +#define BACKEND_PACKAGE_STRING "LLVM 8.0.0" /* Linker version detected at compile time. */ /* #undef HOST_LINK_VERSION */ Modified: projects/clang800-import/lib/clang/include/lld/Common/Version.inc ============================================================================== --- projects/clang800-import/lib/clang/include/lld/Common/Version.inc Tue Jan 22 20:18:32 2019 (r343318) +++ projects/clang800-import/lib/clang/include/lld/Common/Version.inc Tue Jan 22 20:24:10 2019 (r343319) @@ -7,4 +7,4 @@ #define LLD_REPOSITORY_STRING "FreeBSD" // - -#define LLD_REVISION_STRING "351319-1300002" +#define LLD_REVISION_STRING "351543-1300002" Modified: projects/clang800-import/lib/clang/include/llvm/Config/config.h ============================================================================== --- projects/clang800-import/lib/clang/include/llvm/Config/config.h Tue Jan 22 20:18:32 2019 (r343318) +++ projects/clang800-import/lib/clang/include/llvm/Config/config.h Tue Jan 22 20:24:10 2019 (r343319) @@ -330,10 +330,10 @@ #define PACKAGE_NAME "LLVM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "LLVM 8.0.0svn" +#define PACKAGE_STRING "LLVM 8.0.0" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.0.0svn" +#define PACKAGE_VERSION "8.0.0" /* Define to the vendor of this package. */ /* #undef PACKAGE_VENDOR */ Modified: projects/clang800-import/lib/clang/include/llvm/Config/llvm-config.h ============================================================================== --- projects/clang800-import/lib/clang/include/llvm/Config/llvm-config.h Tue Jan 22 20:18:32 2019 (r343318) +++ projects/clang800-import/lib/clang/include/llvm/Config/llvm-config.h Tue Jan 22 20:24:10 2019 (r343319) @@ -76,7 +76,7 @@ #define LLVM_VERSION_PATCH 0 /* LLVM version string */ -#define LLVM_VERSION_STRING "8.0.0svn" +#define LLVM_VERSION_STRING "8.0.0" /* Whether LLVM records statistics for use with GetStatistics(), * PrintStatistics() or PrintStatisticsJSON() Modified: projects/clang800-import/lib/clang/include/llvm/Support/VCSRevision.h ============================================================================== --- projects/clang800-import/lib/clang/include/llvm/Support/VCSRevision.h Tue Jan 22 20:18:32 2019 (r343318) +++ projects/clang800-import/lib/clang/include/llvm/Support/VCSRevision.h Tue Jan 22 20:24:10 2019 (r343319) @@ -1,2 +1,2 @@ /* $FreeBSD$ */ -#define LLVM_REVISION "svn-r351319" +#define LLVM_REVISION "svn-r351543"