Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Mar 2016 22:50:52 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r296367 - in projects/clang380-import: contrib/llvm/tools/clang/lib/Basic lib/clang/include/clang/Basic
Message-ID:  <201603032250.u23Moqcw012351@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Thu Mar  3 22:50:52 2016
New Revision: 296367
URL: https://svnweb.freebsd.org/changeset/base/296367

Log:
  Update llvm and clang to 3.8.0 release.

Modified:
  projects/clang380-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp
  projects/clang380-import/lib/clang/include/clang/Basic/Version.inc
Directory Properties:
  projects/clang380-import/contrib/llvm/   (props changed)
  projects/clang380-import/contrib/llvm/tools/clang/   (props changed)

Modified: projects/clang380-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp
==============================================================================
--- projects/clang380-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp	Thu Mar  3 22:26:57 2016	(r296366)
+++ projects/clang380-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp	Thu Mar  3 22:50:52 2016	(r296367)
@@ -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_38/lib/Basic/Version.cpp $");
+  StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_380/final/lib/Basic/Version.cpp $");
   if (URL.empty()) {
     URL = SVNRepository.slice(SVNRepository.find(':'),
                               SVNRepository.find("/lib/Basic"));

Modified: projects/clang380-import/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- projects/clang380-import/lib/clang/include/clang/Basic/Version.inc	Thu Mar  3 22:26:57 2016	(r296366)
+++ projects/clang380-import/lib/clang/include/clang/Basic/Version.inc	Thu Mar  3 22:50:52 2016	(r296367)
@@ -7,4 +7,4 @@
 
 #define	CLANG_VENDOR			"FreeBSD "
 
-#define	SVN_REVISION			"261684"
+#define	SVN_REVISION			"262564"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603032250.u23Moqcw012351>