diff options
author | dim <dim@FreeBSD.org> | 2015-02-25 18:50:24 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-02-25 18:50:24 +0000 |
commit | 05cbe3bcbc92a96409200151d08e791a8d83fd76 (patch) | |
tree | b783716227b7ac689d5e5af7146963eb3749106e /contrib/llvm/tools/clang/lib/Basic/Version.cpp | |
parent | 77928dd8d2eecaaa4ba3e4124a3fa0d46c125b39 (diff) | |
download | FreeBSD-src-05cbe3bcbc92a96409200151d08e791a8d83fd76.zip FreeBSD-src-05cbe3bcbc92a96409200151d08e791a8d83fd76.tar.gz |
Merge llvm 3.6.0 final from ^/vendor/llvm/dist, merge clang 3.6.0 final
from ^/vendor/clang/dist, and resolve conflicts.
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 d42628a..982410b 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/tags/RELEASE_360/rc4/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/final/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); |