diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-09-19 19:25:01 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-09-19 19:25:01 +0000 |
| commit | 7fc776a8270c3bdd4162f6bb32da781177731043 (patch) | |
| tree | 4faa77e4f7631efbf68646fcecef56a2a28549cb /contrib/llvm/tools/clang/lib/Basic/Version.cpp | |
| parent | b8382672d93f30fd9410a5c8c50bf0f58a8ad9a5 (diff) | |
| parent | 30ea79295cc2a5eee141d42b064a7170dc816e5f (diff) | |
Notes
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Basic/Version.cpp')
| -rw-r--r-- | contrib/llvm/tools/clang/lib/Basic/Version.cpp | 2 |
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")); |
