[libcxx-commits] [libcxx] [libc++][docs][NFC] Update supported OpenXL version (PR #127072)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 13 07:16:18 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Hristo Hristov (H-G-Hristov)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/127072.diff


1 Files Affected:

- (modified) libcxx/docs/index.rst (+1-1) 


``````````diff
diff --git a/libcxx/docs/index.rst b/libcxx/docs/index.rst
index 37912e9f8d03e..772d2c8b50c0a 100644
--- a/libcxx/docs/index.rst
+++ b/libcxx/docs/index.rst
@@ -133,7 +133,7 @@ Compiler     Versions        Restrictions               Support policy
 ============ =============== ========================== =====================
 Clang        17, 18, 19-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>`_
 ============ =============== ========================== =====================
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/127072


More information about the libcxx-commits mailing list