diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-08-04 13:28:05 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-08-04 13:28:05 +0000 |
| commit | b15c1f190a3888679560396a3e0cfb772fbe33e8 (patch) | |
| tree | 261a4f610f9ba2aa2d714fe97daf365624d13c54 /contrib/llvm/tools/clang/lib/Basic/Version.cpp | |
| parent | 40ab48c224ba19200e6ff50616a3602265226381 (diff) | |
| parent | 874094833caedbee43fd17cca164dec53d500bdc (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 a1a67c2bc144..badf5d9dec52 100644 --- a/contrib/llvm/tools/clang/lib/Basic/Version.cpp +++ b/contrib/llvm/tools/clang/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/trunk/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/branches/release_70/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); |
