diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-12-20 21:30:51 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-12-20 21:30:51 +0000 |
commit | 2b395326b47843b62f2844b40eee018b785706ab (patch) | |
tree | 803a89524bb5459e231bab78abdfefe6ce6d7a66 /clang/lib | |
parent | f351b82801c9e035af06d794abbf67cc246555fa (diff) | |
download | src-vendor/llvm-project/release-8.x.tar.gz src-vendor/llvm-project/release-8.x.zip |
Eliminate differences between Git version of llvm-project release/8.x,vendor/llvm-project/release-8.x
and our vendor import in ^/vendor/llvm-project/release-8.x.
Notes
Notes:
svn path=/vendor/llvm-project/release-8.x/; revision=355955
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Basic/Version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/Version.cpp b/clang/lib/Basic/Version.cpp index 853696ba85ca..c2b7753d4128 100644 --- a/clang/lib/Basic/Version.cpp +++ b/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/tags/RELEASE_801/final/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL$"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); |