summaryrefslogtreecommitdiff
path: root/lib/Basic/Version.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-03-20 17:46:38 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-03-20 17:46:38 +0000
commitd0010a8e4c02bcf12059bc3ab26eb4b58836c25c (patch)
treef4ef65b2118dac7ba59c3f0d75af7eb8e30443c1 /lib/Basic/Version.cpp
parent54a27abbcb1a1fcecaf8f0e3da96a8f449d7c74f (diff)
Notes
Diffstat (limited to 'lib/Basic/Version.cpp')
-rw-r--r--lib/Basic/Version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/Version.cpp b/lib/Basic/Version.cpp
index 1d594b974189..a15c60e0f55c 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_80/lib/Basic/Version.cpp $");
+ StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_800/final/lib/Basic/Version.cpp $");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));