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

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 19 03:22:43 PST 2025


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

>From ef0b4c1bb0bba08566ecf296c01ba9a07c1b665e Mon Sep 17 00:00:00 2001
From: Hristo Hristov <hghristov.rmm at gmail.com>
Date: Thu, 13 Feb 2025 17:14:28 +0200
Subject: [PATCH] [libc++][docs][NFC] Update supported OpenXL version

According to the documentation:
The base LLVM version was changed between minor versions: 17.1.2 is based on LLVM17 and 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
---
 libcxx/docs/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>`_
 ============ =============== ========================== =====================
 



More information about the libcxx-commits mailing list