aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-06-04 13:22:35 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-06-04 13:22:44 +0000
commitab9d54731f43bb6befae75e9fed64da98c9ae1b4 (patch)
treeae4e5a27be0150352bb74aca6e93ac703184dee6
parent4f493559b0d7853c7521bd3cb5affe659914e479 (diff)
downloadsrc-ab9d54731f43bb6befae75e9fed64da98c9ae1b4.tar.gz
src-ab9d54731f43bb6befae75e9fed64da98c9ae1b4.zip
Bump versions llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285
Somehow git rebase made this squashed commit disappear. Restore it. PR: 261742 MFC after: 3 days
-rw-r--r--lib/clang/include/VCSVersion.inc6
-rw-r--r--lib/clang/include/lld/Common/Version.inc2
-rw-r--r--lib/clang/include/llvm/Support/VCSRevision.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/clang/include/VCSVersion.inc b/lib/clang/include/VCSVersion.inc
index f3ef7edf1151..6db3f5f2eea2 100644
--- a/lib/clang/include/VCSVersion.inc
+++ b/lib/clang/include/VCSVersion.inc
@@ -1,10 +1,10 @@
// $FreeBSD$
-#define LLVM_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
+#define LLVM_REVISION "llvmorg-14.0.4-0-g29f1039a7285"
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
-#define CLANG_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
+#define CLANG_REVISION "llvmorg-14.0.4-0-g29f1039a7285"
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
-#define LLDB_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
+#define LLDB_REVISION "llvmorg-14.0.4-0-g29f1039a7285"
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
diff --git a/lib/clang/include/lld/Common/Version.inc b/lib/clang/include/lld/Common/Version.inc
index 1af3ef380317..525554a5b770 100644
--- a/lib/clang/include/lld/Common/Version.inc
+++ b/lib/clang/include/lld/Common/Version.inc
@@ -1,4 +1,4 @@
// Local identifier in __FreeBSD_version style
#define LLD_FREEBSD_VERSION 1400004
-#define LLD_VERSION_STRING "14.0.3 (FreeBSD llvmorg-14.0.3-0-g1f9140064dfb-" __XSTRING(LLD_FREEBSD_VERSION) ")"
+#define LLD_VERSION_STRING "14.0.3 (FreeBSD llvmorg-14.0.4-0-g29f1039a7285-" __XSTRING(LLD_FREEBSD_VERSION) ")"
diff --git a/lib/clang/include/llvm/Support/VCSRevision.h b/lib/clang/include/llvm/Support/VCSRevision.h
index 20e168a7b001..829d0cf5d27b 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-14.0.3-0-g1f9140064dfb"
+#define LLVM_REVISION "llvmorg-14.0.4-0-g29f1039a7285"
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"