aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/clang/lib/Basic/Version.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-09-19 19:25:01 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-09-19 19:25:01 +0000
commit7fc776a8270c3bdd4162f6bb32da781177731043 (patch)
tree4faa77e4f7631efbf68646fcecef56a2a28549cb /contrib/llvm/tools/clang/lib/Basic/Version.cpp
parentb8382672d93f30fd9410a5c8c50bf0f58a8ad9a5 (diff)
parent30ea79295cc2a5eee141d42b064a7170dc816e5f (diff)
Notes
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Basic/Version.cpp')
-rw-r--r--contrib/llvm/tools/clang/lib/Basic/Version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/Basic/Version.cpp b/contrib/llvm/tools/clang/lib/Basic/Version.cpp
index 9bf8687a8765..0c17b39f9e4a 100644
--- a/contrib/llvm/tools/clang/lib/Basic/Version.cpp
+++ b/contrib/llvm/tools/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/branches/release_90/lib/Basic/Version.cpp $");
+ StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_900/final/lib/Basic/Version.cpp $");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));