diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-03-04 15:06:36 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-03-04 15:06:36 +0000 |
commit | 5c8694c6ce76fdf2c8630f569e375cf343894dab (patch) | |
tree | 66345079da8a47fd9009393584f12ffad806b9cf /lib/Basic/Version.cpp | |
parent | 93179bb90b8042f256bd2adc00b7e39ef42869c4 (diff) |
Notes
Diffstat (limited to 'lib/Basic/Version.cpp')
-rw-r--r-- | lib/Basic/Version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/Version.cpp b/lib/Basic/Version.cpp index 2dd16da99104..580bd94ccbef 100644 --- a/lib/Basic/Version.cpp +++ b/lib/Basic/Version.cpp @@ -36,7 +36,7 @@ std::string getClangRepositoryPath() { // If the SVN_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/branches/release_60/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_600/final/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); |