From owner-svn-src-projects@freebsd.org Fri Jan 6 20:25:10 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 2803ACA2369 for ; Fri, 6 Jan 2017 20:25:10 +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 EE5081187; Fri, 6 Jan 2017 20:25:09 +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 v06KP9YW073390; Fri, 6 Jan 2017 20:25:09 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06KP9ow073388; Fri, 6 Jan 2017 20:25:09 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201701062025.v06KP9ow073388@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 6 Jan 2017 20:25:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r311545 - in projects/clang400-import/lib/clang/include: clang/Basic lld/Config X-SVN-Group: projects 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.23 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: Fri, 06 Jan 2017 20:25:10 -0000 Author: dim Date: Fri Jan 6 20:25:08 2017 New Revision: 311545 URL: https://svnweb.freebsd.org/changeset/base/311545 Log: Update clang and lld Version.inc files. Modified: projects/clang400-import/lib/clang/include/clang/Basic/Version.inc projects/clang400-import/lib/clang/include/lld/Config/Version.inc Modified: projects/clang400-import/lib/clang/include/clang/Basic/Version.inc ============================================================================== --- projects/clang400-import/lib/clang/include/clang/Basic/Version.inc Fri Jan 6 20:24:06 2017 (r311544) +++ projects/clang400-import/lib/clang/include/clang/Basic/Version.inc Fri Jan 6 20:25:08 2017 (r311545) @@ -8,4 +8,4 @@ #define CLANG_VENDOR "FreeBSD " -#define SVN_REVISION "291015" +#define SVN_REVISION "291274" Modified: projects/clang400-import/lib/clang/include/lld/Config/Version.inc ============================================================================== --- projects/clang400-import/lib/clang/include/lld/Config/Version.inc Fri Jan 6 20:24:06 2017 (r311544) +++ projects/clang400-import/lib/clang/include/lld/Config/Version.inc Fri Jan 6 20:25:08 2017 (r311545) @@ -4,5 +4,5 @@ #define LLD_VERSION_STRING "4.0.0" #define LLD_VERSION_MAJOR 4 #define LLD_VERSION_MINOR 0 -#define LLD_REVISION_STRING "291015" +#define LLD_REVISION_STRING "291274" #define LLD_REPOSITORY_STRING "FreeBSD"