aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/include/llvm
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-06-12 18:51:09 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-06-12 18:53:16 +0000
commit56f451bb3b99a72f73d6771b98825a0b00784e7b (patch)
tree35bd212e3c2ff0c65832963c32893a626ad3f292 /lib/clang/include/llvm
parent0f7b9777f8f39fbc230b3e1de2f844d9f839adea (diff)
parent9374e9ebbc9b95cbd8217d2a14a4584d9a876978 (diff)
downloadsrc-56f451bb3b99a72f73d6771b98825a0b00784e7b.tar.gz
src-56f451bb3b99a72f73d6771b98825a0b00784e7b.zip
Merge llvm-project release/14.x llvmorg-14.0.5-0-gc12386ae247c
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-14.0.5-0-gc12386ae247c, aka 14.0.5 release. PR: 261742 MFC after: 3 days
Diffstat (limited to 'lib/clang/include/llvm')
-rw-r--r--lib/clang/include/llvm/Config/config.h4
-rw-r--r--lib/clang/include/llvm/Config/llvm-config.h4
-rw-r--r--lib/clang/include/llvm/Support/VCSRevision.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h
index 2a50fbf209f9..5e4166883d60 100644
--- a/lib/clang/include/llvm/Config/config.h
+++ b/lib/clang/include/llvm/Config/config.h
@@ -366,10 +366,10 @@
#define PACKAGE_NAME "LLVM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "LLVM 14.0.4"
+#define PACKAGE_STRING "LLVM 14.0.5"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "14.0.4"
+#define PACKAGE_VERSION "14.0.5"
/* Define to the vendor of this package. */
/* #undef PACKAGE_VENDOR */
diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h
index e77197e73574..b64719d0fcba 100644
--- a/lib/clang/include/llvm/Config/llvm-config.h
+++ b/lib/clang/include/llvm/Config/llvm-config.h
@@ -73,10 +73,10 @@
#define LLVM_VERSION_MINOR 0
/* Patch version of the LLVM API */
-#define LLVM_VERSION_PATCH 4
+#define LLVM_VERSION_PATCH 5
/* LLVM version string */
-#define LLVM_VERSION_STRING "14.0.4"
+#define LLVM_VERSION_STRING "14.0.5"
/* Whether LLVM records statistics for use with GetStatistics(),
* PrintStatistics() or PrintStatisticsJSON()
diff --git a/lib/clang/include/llvm/Support/VCSRevision.h b/lib/clang/include/llvm/Support/VCSRevision.h
index 829d0cf5d27b..f2f1c75acb50 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.4-0-g29f1039a7285"
+#define LLVM_REVISION "llvmorg-14.0.5-0-gc12386ae247c"
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"