Eliminate differences between Git version of llvm-project master, and

our vendor import in ^/vendor/llvm-project/master.
This commit is contained in:
Dimitry Andric 2019-12-20 21:21:52 +00:00
parent 39d4256a58
commit c80d8fac37
1 changed files with 1 additions and 1 deletions

View File

@ -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$");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));