diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-03-03 22:22:24 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-03-03 22:22:24 +0000 |
commit | b4348ed0b7e90c0831b925fbee00b5f179a99796 (patch) | |
tree | 2e9f771d13cc984d5573e2e09f5ab928ff5185fd /lib | |
parent | 283b7f175721fa9e0e13f59243932e7b26dffc26 (diff) |
Notes
Diffstat (limited to 'lib')
-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 29271a1b4421f..2b5014e2936e7 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_38/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_380/final/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); |