svn commit: r296367 - in projects/clang380-import: contrib/llvm/tools/clang/lib/Basic lib/clang/include/clang/Basic
Dimitry Andric
dim at FreeBSD.org
Thu Mar 3 22:50:53 UTC 2016
Author: dim
Date: Thu Mar 3 22:50:52 2016
New Revision: 296367
URL: https://svnweb.freebsd.org/changeset/base/296367
Log:
Update llvm and clang to 3.8.0 release.
Modified:
projects/clang380-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp
projects/clang380-import/lib/clang/include/clang/Basic/Version.inc
Directory Properties:
projects/clang380-import/contrib/llvm/ (props changed)
projects/clang380-import/contrib/llvm/tools/clang/ (props changed)
Modified: projects/clang380-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp
==============================================================================
--- projects/clang380-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Thu Mar 3 22:26:57 2016 (r296366)
+++ projects/clang380-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp Thu Mar 3 22:50:52 2016 (r296367)
@@ -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"));
Modified: projects/clang380-import/lib/clang/include/clang/Basic/Version.inc
==============================================================================
--- projects/clang380-import/lib/clang/include/clang/Basic/Version.inc Thu Mar 3 22:26:57 2016 (r296366)
+++ projects/clang380-import/lib/clang/include/clang/Basic/Version.inc Thu Mar 3 22:50:52 2016 (r296367)
@@ -7,4 +7,4 @@
#define CLANG_VENDOR "FreeBSD "
-#define SVN_REVISION "261684"
+#define SVN_REVISION "262564"
More information about the svn-src-projects
mailing list