Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc++][docs][NFC] Update supported OpenXL version #127072

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

H-G-Hristov
Copy link
Contributor

According to the documentation:
The base LLVM version was changed between minor versions:

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
@H-G-Hristov H-G-Hristov requested a review from a team as a code owner February 13, 2025 15:15
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Feb 13, 2025
@Zingam Zingam requested a review from daltenty February 13, 2025 15:16
@llvmbot
Copy link
Member

llvmbot commented Feb 13, 2025

@llvm/pr-subscribers-libcxx

Author: Hristo Hristov (H-G-Hristov)

Changes

According to the documentation:
The base LLVM version was changed between minor versions:


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

1 Files Affected:

  • (modified) libcxx/docs/index.rst (+1-1)
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>`_
 ============ =============== ========================== =====================
 

Copy link
Member

@mordante mordante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM!

Please give @daltenty some time to have a look too.

Copy link
Member

@ldionne ldionne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daltenty Gentle ping!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants