Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2019 21:33:12 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r355957 - head/contrib/llvm-project/clang/lib/Basic
Message-ID:  <201912202133.xBKLXC1V004028@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"));



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