svn commit: r305298 - in projects/clang390-import: contrib/llvm/tools/clang/lib/Basic lib/clang/include/clang/Basic
Dimitry Andric
dim at FreeBSD.org
Fri Sep 2 19:20:28 UTC 2016
Author: dim
Date: Fri Sep 2 19:20:27 2016
New Revision: 305298
URL: https://svnweb.freebsd.org/changeset/base/305298
Log:
Update clang to the final 3.9.0 release. There were no more code changes
since the last release candidate.
Modified:
projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp
projects/clang390-import/lib/clang/include/clang/Basic/Version.inc
Directory Properties:
projects/clang390-import/contrib/llvm/tools/clang/ (props changed)
Modified: projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp
==============================================================================
--- projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Fri Sep 2 19:07:45 2016 (r305297)
+++ projects/clang390-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Fri Sep 2 19:20:27 2016 (r305298)
@@ -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_39/lib/Basic/Version.cpp $");
+ StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_390/final/lib/Basic/Version.cpp $");
if (URL.empty()) {
URL = SVNRepository.slice(SVNRepository.find(':'),
SVNRepository.find("/lib/Basic"));
Modified: projects/clang390-import/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- projects/clang390-import/lib/clang/include/clang/Basic/Version.inc Fri Sep 2 19:07:45 2016 (r305297)
+++ projects/clang390-import/lib/clang/include/clang/Basic/Version.inc Fri Sep 2 19:20:27 2016 (r305298)
@@ -7,4 +7,4 @@
#define CLANG_VENDOR "FreeBSD "
-#define SVN_REVISION "279689"
+#define SVN_REVISION "280324"
More information about the svn-src-projects
mailing list