aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-03-17 19:16:00 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-05-14 11:46:23 +0000
commitfb03ea46eb853b2d128828e9d82882125bcc1657 (patch)
tree6f6d93396076359b1d82567bb3c92eeba0294168 /lib
parenta1f13cbcbb26465d8b54c18a294896add63d6536 (diff)
parent7ed7200811069c513465e0a7867ec0cb24bdb2dc (diff)
Diffstat (limited to 'lib')
-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 073becaaedab..f5ca305f872e 100644
--- a/lib/clang/include/VCSVersion.inc
+++ b/lib/clang/include/VCSVersion.inc
@@ -1,10 +1,10 @@
// $FreeBSD$
-#define LLVM_REVISION "llvmorg-14.0.0-rc2-12-g09546e1b5103"
+#define LLVM_REVISION "llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a"
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
-#define CLANG_REVISION "llvmorg-14.0.0-rc2-12-g09546e1b5103"
+#define CLANG_REVISION "llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a"
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
-#define LLDB_REVISION "llvmorg-14.0.0-rc2-12-g09546e1b5103"
+#define LLDB_REVISION "llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a"
#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 10526b338fbc..29771a0900ff 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 1400003
-#define LLD_VERSION_STRING "14.0.0 (FreeBSD llvmorg-14.0.0-rc2-12-g09546e1b5103-" __XSTRING(LLD_FREEBSD_VERSION) ")"
+#define LLD_VERSION_STRING "14.0.0 (FreeBSD llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a-" __XSTRING(LLD_FREEBSD_VERSION) ")"
diff --git a/lib/clang/include/llvm/Support/VCSRevision.h b/lib/clang/include/llvm/Support/VCSRevision.h
index 7444d5650fab..fd42c33018a7 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.0-rc2-12-g09546e1b5103"
+#define LLVM_REVISION "llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a"
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"