summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/lib/Basic
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2016-03-03 22:50:52 +0000
committerdim <dim@FreeBSD.org>2016-03-03 22:50:52 +0000
commit0065f9e13114f4f2ff8aa2e98179b2e7f6bbb157 (patch)
tree1158bc62f75ba5fbff05fa222bda03cbc3d5fa08 /contrib/llvm/tools/clang/lib/Basic
parent7964a6d9e94efb6a149df4b5a4fc07c99d4cde28 (diff)
downloadFreeBSD-src-0065f9e13114f4f2ff8aa2e98179b2e7f6bbb157.zip
FreeBSD-src-0065f9e13114f4f2ff8aa2e98179b2e7f6bbb157.tar.gz
Update llvm and clang to 3.8.0 release.
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Basic')
-rw-r--r--contrib/llvm/tools/clang/lib/Basic/Version.cpp2
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 29271a1..2b5014e 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/branches/release_38/lib/Basic/Version.cpp $");
+ StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_380/final/lib/Basic/Version.cpp $");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));
OpenPOWER on IntegriCloud