svn commit: r355953 - vendor/llvm-project/release-9.x/clang/lib/Basic

Dimitry Andric dim at FreeBSD.org
Fri Dec 20 21:25:22 UTC 2019


Author: dim
Date: Fri Dec 20 21:25:22 2019
New Revision: 355953
URL: https://svnweb.freebsd.org/changeset/base/355953

Log:
  Eliminate differences between Git version of llvm-project release/9.x,
  and our vendor import in ^/vendor/llvm-project/release-9.x.

Modified:
  vendor/llvm-project/release-9.x/clang/lib/Basic/Version.cpp

Modified: vendor/llvm-project/release-9.x/clang/lib/Basic/Version.cpp
==============================================================================
--- vendor/llvm-project/release-9.x/clang/lib/Basic/Version.cpp	Fri Dec 20 21:21:52 2019	(r355952)
+++ vendor/llvm-project/release-9.x/clang/lib/Basic/Version.cpp	Fri Dec 20 21:25:22 2019	(r355953)
@@ -35,7 +35,7 @@ std::string getClangRepositoryPath() {
 
   // If the CLANG_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/tags/RELEASE_900/final/lib/Basic/Version.cpp $");
+  StringRef SVNRepository("$URL$");
   if (URL.empty()) {
     URL = SVNRepository.slice(SVNRepository.find(':'),
                               SVNRepository.find("/lib/Basic"));


More information about the svn-src-vendor mailing list