svn commit: r363401 - in head/lib/clang/include: . llvm/Support
Dimitry Andric
dim at FreeBSD.org
Tue Jul 21 17:34:06 UTC 2020
Author: dim
Date: Tue Jul 21 17:34:05 2020
New Revision: 363401
URL: https://svnweb.freebsd.org/changeset/base/363401
Log:
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
10.0.1 final (aka llvmorg-10.0.1-0-gef32c611aa2).
There were no changes since rc2, except in the upstream regression
tests, which we do not ship.
Relnotes: yes
MFC after: immediately (no material changes except tag)
Modified:
head/lib/clang/include/VCSVersion.inc
head/lib/clang/include/llvm/Support/VCSRevision.h
Directory Properties:
head/contrib/llvm-project/ (props changed)
Modified: head/lib/clang/include/VCSVersion.inc
==============================================================================
--- head/lib/clang/include/VCSVersion.inc Tue Jul 21 17:20:34 2020 (r363400)
+++ head/lib/clang/include/VCSVersion.inc Tue Jul 21 17:34:05 2020 (r363401)
@@ -1,14 +1,14 @@
// $FreeBSD$
-#define LLVM_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d"
+#define LLVM_REVISION "llvmorg-10.0.1-0-gef32c611aa2"
#define LLVM_REPOSITORY "git at github.com:llvm/llvm-project.git"
-#define CLANG_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d"
+#define CLANG_REVISION "llvmorg-10.0.1-0-gef32c611aa2"
#define CLANG_REPOSITORY "git at github.com:llvm/llvm-project.git"
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
-#define LLD_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d-1300007"
+#define LLD_REVISION "llvmorg-10.0.1-0-gef32c611aa2-1300007"
#define LLD_REPOSITORY "FreeBSD"
-#define LLDB_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d"
+#define LLDB_REVISION "llvmorg-10.0.1-0-gef32c611aa2"
#define LLDB_REPOSITORY "git at github.com:llvm/llvm-project.git"
Modified: head/lib/clang/include/llvm/Support/VCSRevision.h
==============================================================================
--- head/lib/clang/include/llvm/Support/VCSRevision.h Tue Jul 21 17:20:34 2020 (r363400)
+++ head/lib/clang/include/llvm/Support/VCSRevision.h Tue Jul 21 17:34:05 2020 (r363401)
@@ -1,3 +1,3 @@
/* $FreeBSD$ */
-#define LLVM_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d"
+#define LLVM_REVISION "llvmorg-10.0.1-0-gef32c611aa2"
#define LLVM_REPOSITORY "git at github.com:llvm/llvm-project.git"
More information about the svn-src-head
mailing list