From e489f4451b6244af10ec548a442f4d5b6870b0c1 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 20 Aug 2019 21:35:28 +0000 Subject: Vendor import of clang release_90 branch r369369: https://llvm.org/svn/llvm-project/cfe/branches/release_90@369369 --- lib/Basic/Version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Basic/Version.cpp') diff --git a/lib/Basic/Version.cpp b/lib/Basic/Version.cpp index 3006ca33f213..9bf8687a8765 100644 --- a/lib/Basic/Version.cpp +++ b/lib/Basic/Version.cpp @@ -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/trunk/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/branches/release_90/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); -- cgit v1.3