Date: Fri, 20 Dec 2019 21:25:22 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r355953 - vendor/llvm-project/release-9.x/clang/lib/Basic Message-ID: <201912202125.xBKLPMw3098218@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"));
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912202125.xBKLPMw3098218>