From owner-svn-src-projects@freebsd.org Fri Sep 2 19:20:28 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 C8CD7BCD805 for ; Fri, 2 Sep 2016 19:20:28 +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 7EFBC6AD; Fri, 2 Sep 2016 19:20:28 +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 u82JKRod062415; Fri, 2 Sep 2016 19:20:27 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82JKROw062413; Fri, 2 Sep 2016 19:20:27 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201609021920.u82JKROw062413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 2 Sep 2016 19:20:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r305298 - in projects/clang390-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.22 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, 02 Sep 2016 19:20:28 -0000 Author: dim Date: Fri Sep 2 19:20:27 2016 New Revision: 305298 URL: https://svnweb.freebsd.org/changeset/base/305298 Log: Update clang to the final 3.9.0 release. There were no more code changes since the last release candidate. Modified: projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp projects/clang390-import/lib/clang/include/clang/Basic/Version.inc Directory Properties: projects/clang390-import/contrib/llvm/tools/clang/ (props changed) Modified: projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp ============================================================================== --- projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Fri Sep 2 19:07:45 2016 (r305297) +++ projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Fri Sep 2 19:20:27 2016 (r305298) @@ -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_390/final/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); Modified: projects/clang390-import/lib/clang/include/clang/Basic/Version.inc ============================================================================== --- projects/clang390-import/lib/clang/include/clang/Basic/Version.inc Fri Sep 2 19:07:45 2016 (r305297) +++ projects/clang390-import/lib/clang/include/clang/Basic/Version.inc Fri Sep 2 19:20:27 2016 (r305298) @@ -7,4 +7,4 @@ #define CLANG_VENDOR "FreeBSD " -#define SVN_REVISION "279689" +#define SVN_REVISION "280324"