summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Basic/Version.cpp
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2017-12-24 23:15:17 +0000
committerpatrick <patrick@openbsd.org>2017-12-24 23:15:17 +0000
commit34091ed6d5747c7d4acdc1ef6af75ce9b7a8adba (patch)
tree53479f738fa2c63ce6cf95113985510e3653de23 /gnu/llvm/tools/clang/lib/Basic/Version.cpp
parentConsolidate printf(3) calls at the end of main(). (diff)
downloadwireguard-openbsd-34091ed6d5747c7d4acdc1ef6af75ce9b7a8adba.tar.xz
wireguard-openbsd-34091ed6d5747c7d4acdc1ef6af75ce9b7a8adba.zip
Import LLVM 5.0.1 release including clang, lld and lldb.
Diffstat (limited to 'gnu/llvm/tools/clang/lib/Basic/Version.cpp')
-rw-r--r--gnu/llvm/tools/clang/lib/Basic/Version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/llvm/tools/clang/lib/Basic/Version.cpp b/gnu/llvm/tools/clang/lib/Basic/Version.cpp
index 509c4a9ea05..2c569ff87d8 100644
--- a/gnu/llvm/tools/clang/lib/Basic/Version.cpp
+++ b/gnu/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_500/final/lib/Basic/Version.cpp $");
+ StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_501/final/lib/Basic/Version.cpp $");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));