[libcxx-commits] [libcxx] c0d1403 - [libc++][docs][NFC] Update supported OpenXL version (#127072)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 22 03:18:11 PST 2025
Author: Hristo Hristov
Date: 2025-02-22T13:18:07+02:00
New Revision: c0d140353ec9e99371df54ae61d2aa0f304e043d
URL: https://github.com/llvm/llvm-project/commit/c0d140353ec9e99371df54ae61d2aa0f304e043d
DIFF: https://github.com/llvm/llvm-project/commit/c0d140353ec9e99371df54ae61d2aa0f304e043d.diff
LOG: [libc++][docs][NFC] Update supported OpenXL version (#127072)
According to the documentation:
The base LLVM version was changed between minor versions:
- 17.1.2 is based on LLVM17
- 17.1.3 is based on LLVM19
https://www.ibm.com/docs/en/openxl-c-and-cpp-aix/17.1.2?topic=whats-new
https://www.ibm.com/docs/en/openxl-c-and-cpp-aix/17.1.3?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 2c4b865050306..e2c62e9ecac02 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -133,7 +133,7 @@ Compiler Versions Restrictions Support policy
============ =================== ========================== =====================
Clang 18, 19, 20, 21-git latest two stable releases per `LLVM's release page <https://releases.llvm.org>`_ and the development version
AppleClang 15 latest stable release per `Xcode's release page <https://developer.apple.com/documentation/xcode-release-notes>`_
-Open XL 17.1 (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.3 (AIX) latest stable release per `Open XL's documentation page <https://www.ibm.com/docs/en/openxl-c-and-cpp-aix>`_
GCC 14 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