svn commit: r350168 - vendor/clang/dist-release_80/lib/Basic

Dimitry Andric dim at FreeBSD.org
Sat Jul 20 14:44:24 UTC 2019


Author: dim
Date: Sat Jul 20 14:44:17 2019
New Revision: 350168
URL: https://svnweb.freebsd.org/changeset/base/350168

Log:
  Vendor import of clang 8.0.1 release r366581:
  https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_801/final@366581

Modified:
  vendor/clang/dist-release_80/lib/Basic/Version.cpp

Modified: vendor/clang/dist-release_80/lib/Basic/Version.cpp
==============================================================================
--- vendor/clang/dist-release_80/lib/Basic/Version.cpp	Sat Jul 20 14:44:06 2019	(r350167)
+++ vendor/clang/dist-release_80/lib/Basic/Version.cpp	Sat Jul 20 14:44:17 2019	(r350168)
@@ -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_80/lib/Basic/Version.cpp $");
+  StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_801/final/lib/Basic/Version.cpp $");
   if (URL.empty()) {
     URL = SVNRepository.slice(SVNRepository.find(':'),
                               SVNRepository.find("/lib/Basic"));


More information about the svn-src-all mailing list