svn commit: r355957 - head/contrib/llvm-project/clang/lib/Basic

Dimitry Andric dim at FreeBSD.org
Fri Dec 20 21:33:13 UTC 2019


Author: dim
Date: Fri Dec 20 21:33:12 2019
New Revision: 355957
URL: https://svnweb.freebsd.org/changeset/base/355957

Log:
  Merge diff elimination updates from r355953 into vendor/llvm-project.

Modified:
  head/contrib/llvm-project/clang/lib/Basic/Version.cpp
Directory Properties:
  head/contrib/llvm-project/   (props changed)
  head/contrib/llvm-project/clang/   (props changed)

Modified: head/contrib/llvm-project/clang/lib/Basic/Version.cpp
==============================================================================
--- head/contrib/llvm-project/clang/lib/Basic/Version.cpp	Fri Dec 20 21:31:08 2019	(r355956)
+++ head/contrib/llvm-project/clang/lib/Basic/Version.cpp	Fri Dec 20 21:33:12 2019	(r355957)
@@ -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-all mailing list