diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-12-20 21:21:52 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-12-20 21:21:52 +0000 | 
| commit | c80d8fac37703ecdd2c24b90267e62ce8e9b4ea5 (patch) | |
| tree | 70bd7b098537ddefb2d956a3bdff7486de861811 /clang/lib/Basic/Version.cpp | |
| parent | 39d4256a5863935d45f537186ae2304bf6d7f005 (diff) | |
Notes
Diffstat (limited to 'clang/lib/Basic/Version.cpp')
| -rw-r--r-- | clang/lib/Basic/Version.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/Basic/Version.cpp b/clang/lib/Basic/Version.cpp index 3006ca33f213..d6564582e772 100644 --- a/clang/lib/Basic/Version.cpp +++ b/clang/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$");    if (URL.empty()) {      URL = SVNRepository.slice(SVNRepository.find(':'),                                SVNRepository.find("/lib/Basic")); | 
