diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2018-09-17 15:52:57 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2018-09-17 15:52:57 +0000 |
commit | f10971f5ff4df3ff41ab6728a338522b945e4b40 (patch) | |
tree | 9eccb0ca7786cfa5360b95f6dd2730ea9a261618 | |
parent | 71bf09e840ae8223ff6cc128b489f06f4e447b3d (diff) |
Vendor import of clang 7.0.0 release r342383:vendor/clang/clang-release_700-r342383
Notes
Notes:
svn path=/vendor/clang/dist-release_70/; revision=338717
svn path=/vendor/clang/clang-release_700-r342383/; revision=338718; tag=vendor/clang/clang-release_700-r342383
-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 badf5d9dec52..3fcdc568c0f3 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_70/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_700/final/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); |