aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2023-05-22 17:29:55 +0000
committerDimitry Andric <dim@FreeBSD.org>2023-06-22 18:22:43 +0000
commita324c34037ef2e1101962fca4ad0c021253288e1 (patch)
tree4d216bfdc5ef785e97600ad015767f96044e2d6f /contrib/llvm-project/libcxx/include
parentcbe9438cfe07adfbcdeafe8e363614f83b03a055 (diff)
parent791701a7dc6225242c41502cb3ed6874623c1785 (diff)
downloadsrc-a324c34037ef2e1101962fca4ad0c021253288e1.tar.gz
src-a324c34037ef2e1101962fca4ad0c021253288e1.zip
Merge llvm-project release/16.x llvmorg-16.0.4-0-gae42196bc493
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16.0.4-0-gae42196bc493 (aka 16.0.4 release). PR: 271047 MFC after: 1 month
Diffstat (limited to 'contrib/llvm-project/libcxx/include')
-rw-r--r--contrib/llvm-project/libcxx/include/__config2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/__config b/contrib/llvm-project/libcxx/include/__config
index 36bdbd8680db..9009b9014abb 100644
--- a/contrib/llvm-project/libcxx/include/__config
+++ b/contrib/llvm-project/libcxx/include/__config
@@ -38,7 +38,7 @@
// _LIBCPP_VERSION represents the version of libc++, which matches the version of LLVM.
// Given a LLVM release LLVM XX.YY.ZZ (e.g. LLVM 16.0.1 == 16.00.01), _LIBCPP_VERSION is
// defined to XXYYZZ.
-# define _LIBCPP_VERSION 160003
+# define _LIBCPP_VERSION 160004
# define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
# define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)