[libcxx-commits] [libcxx] c9f6ad8 - [libc++][docs][NFC] Update Open XL supported version to 17.1.4 (#176112)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 19 08:56:34 PDT 2026
Author: Hristo Hristov
Date: 2026-03-19T17:56:26+02:00
New Revision: c9f6ad8d4299163db08c5a9fb1746f9cc1a5ae15
URL: https://github.com/llvm/llvm-project/commit/c9f6ad8d4299163db08c5a9fb1746f9cc1a5ae15
DIFF: https://github.com/llvm/llvm-project/commit/c9f6ad8d4299163db08c5a9fb1746f9cc1a5ae15.diff
LOG: [libc++][docs][NFC] Update Open XL supported version to 17.1.4 (#176112)
Open XL 17.1.4 based on LLVM21 was released:
https://www.ibm.com/docs/en/openxl-c-and-cpp-aix/17.1.4?topic=whats-new
Co-authored-by: Hristo Hristov <zingam at outlook.com>
Added:
Modified:
libcxx/docs/index.rst
Removed:
################################################################################
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index b23961c5e66aa..85398c60c272f 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -133,7 +133,7 @@ Compiler Versions Restrictions Support policy
============ =================== ========================== =====================
Clang 20, 21, 22-git latest two stable releases per `LLVM's release page <https://releases.llvm.org>`_ and the development version
AppleClang 26.0 latest stable release per `Xcode's release page <https://developer.apple.com/documentation/xcode-release-notes>`_
-Open XL 17.1.3 (AIX) latest stable release per `Open XL's documentation page <https://www.ibm.com/docs/en/openxl-c-and-cpp-aix>`_
+Open XL 17.1.4 (AIX) latest stable release per `Open XL's documentation page <https://www.ibm.com/docs/en/openxl-c-and-cpp-aix>`_
GCC 15 In C++11 or later only latest stable release per `GCC's release page <https://gcc.gnu.org/releases.html>`_
============ =================== ========================== =====================
More information about the libcxx-commits
mailing list