From owner-svn-src-projects@freebsd.org Fri Dec 16 18:30:55 2016 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 4CAB5C83C2B for ; Fri, 16 Dec 2016 18:30:55 +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 F2FFE18D7; Fri, 16 Dec 2016 18:30:54 +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 uBGIUsji029098; Fri, 16 Dec 2016 18:30:54 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBGIUsqb029096; Fri, 16 Dec 2016 18:30:54 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201612161830.uBGIUsqb029096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 16 Dec 2016 18:30:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r310168 - in projects/clang391-import: contrib/llvm/tools/clang/lib/Basic lib/clang/include/clang/Basic 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, 16 Dec 2016 18:30:55 -0000 Author: dim Date: Fri Dec 16 18:30:53 2016 New Revision: 310168 URL: https://svnweb.freebsd.org/changeset/base/310168 Log: Merge llvm, clang, lld, lldb, compiler-rt and libc++ 3.9.1 release r289601. Modified: projects/clang391-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp projects/clang391-import/lib/clang/include/clang/Basic/Version.inc Directory Properties: projects/clang391-import/contrib/compiler-rt/ (props changed) projects/clang391-import/contrib/libc++/ (props changed) projects/clang391-import/contrib/llvm/ (props changed) projects/clang391-import/contrib/llvm/tools/clang/ (props changed) projects/clang391-import/contrib/llvm/tools/lld/ (props changed) projects/clang391-import/contrib/llvm/tools/lldb/ (props changed) Modified: projects/clang391-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp ============================================================================== --- projects/clang391-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Fri Dec 16 18:14:36 2016 (r310167) +++ projects/clang391-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Fri Dec 16 18:30:53 2016 (r310168) @@ -36,7 +36,7 @@ std::string getClangRepositoryPath() { // If the SVN_REPOSITORY is empty, try to use the SVN keyword. This helps us // pick up a tag in an SVN export, for example. - StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/branches/release_39/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_391/final/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); Modified: projects/clang391-import/lib/clang/include/clang/Basic/Version.inc ============================================================================== --- projects/clang391-import/lib/clang/include/clang/Basic/Version.inc Fri Dec 16 18:14:36 2016 (r310167) +++ projects/clang391-import/lib/clang/include/clang/Basic/Version.inc Fri Dec 16 18:30:53 2016 (r310168) @@ -7,4 +7,4 @@ #define CLANG_VENDOR "FreeBSD " -#define SVN_REVISION "288847" +#define SVN_REVISION "289601"