svn commit: r310168 - in projects/clang391-import: contrib/llvm/tools/clang/lib/Basic lib/clang/include/clang/Basic

Dimitry Andric dim at FreeBSD.org
Fri Dec 16 18:30:55 UTC 2016


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"


More information about the svn-src-projects mailing list