git: 39b7445e15cd - main - Merge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka 11.0.1 release)
Dimitry Andric
dim at FreeBSD.org
Thu Jan 14 20:47:17 UTC 2021
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=39b7445e15cd114383bb0c2f4bbbe46e4b2bd752
commit 39b7445e15cd114383bb0c2f4bbbe46e4b2bd752
Author: Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-01-14 20:45:55 +0000
Commit: Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-01-14 20:46:44 +0000
Merge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka 11.0.1 release)
There were no functional changes after 11.0.1 rc2, so only the version
strings changed.
MFC after: 4 weeks
X-MFC-With: r364284
---
lib/clang/include/VCSVersion.inc | 8 ++++----
lib/clang/include/llvm/Support/VCSRevision.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/clang/include/VCSVersion.inc b/lib/clang/include/VCSVersion.inc
index 16f1fd230e26..47df397ce238 100644
--- a/lib/clang/include/VCSVersion.inc
+++ b/lib/clang/include/VCSVersion.inc
@@ -1,14 +1,14 @@
// $FreeBSD$
-#define LLVM_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f"
+#define LLVM_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
#define LLVM_REPOSITORY "git at github.com:llvm/llvm-project.git"
-#define CLANG_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f"
+#define CLANG_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
#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-11.0.1-rc2-0-g43ff75f2c3f-1300007"
+#define LLD_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe-1300007"
#define LLD_REPOSITORY "FreeBSD"
-#define LLDB_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f"
+#define LLDB_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
#define LLDB_REPOSITORY "git at github.com:llvm/llvm-project.git"
diff --git a/lib/clang/include/llvm/Support/VCSRevision.h b/lib/clang/include/llvm/Support/VCSRevision.h
index 8792ed618a69..c0c69da2c62d 100644
--- a/lib/clang/include/llvm/Support/VCSRevision.h
+++ b/lib/clang/include/llvm/Support/VCSRevision.h
@@ -1,3 +1,3 @@
/* $FreeBSD$ */
-#define LLVM_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f"
+#define LLVM_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe"
#define LLVM_REPOSITORY "git at github.com:llvm/llvm-project.git"
More information about the dev-commits-src-main
mailing list