summaryrefslogtreecommitdiffstats
path: root/lib/Basic/Version.cpp
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-02-25 18:26:53 +0000
committerdim <dim@FreeBSD.org>2015-02-25 18:26:53 +0000
commitc1ee82b9c3720cafd4ddba67d76e76d4edd03163 (patch)
treec26fc546df0021ee0622ec0c307d4da7aa504a40 /lib/Basic/Version.cpp
parentdfd258880cb7da4868d2b1a3679779bc4ece5314 (diff)
downloadFreeBSD-src-c1ee82b9c3720cafd4ddba67d76e76d4edd03163.zip
FreeBSD-src-c1ee82b9c3720cafd4ddba67d76e76d4edd03163.tar.gz
Vendor import of clang RELEASE_360/final tag r230434 (effectively, 3.6.0 release):
https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/final@230434
Diffstat (limited to 'lib/Basic/Version.cpp')
-rw-r--r--lib/Basic/Version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/Version.cpp b/lib/Basic/Version.cpp
index 9e0b91a..b631b3e 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/tags/RELEASE_360/rc1/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"));
OpenPOWER on IntegriCloud