-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
base: main
Are you sure you want to change the base?
[libc++][docs][NFC] Update supported OpenXL version #127072
Conversation
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
@llvm/pr-subscribers-libcxx Author: Hristo Hristov (H-G-Hristov) ChangesAccording to the documentation:
Full diff: https://github.com/llvm/llvm-project/pull/127072.diff 1 Files Affected:
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>`_
============ =============== ========================== =====================
|
There was a problem hiding this 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@daltenty Gentle ping!
According to the documentation:
The base LLVM version was changed between minor versions:
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