[llvm-branch-commits] [clang] Fix AIX OS requirements for ThinLTO to 7.2.5 SP7 (PR #65486)

Wael Yehia via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 6 07:22:11 PDT 2023


https://github.com/w2yehia created https://github.com/llvm/llvm-project/pull/65486:

None

>From 71cb8635fa336f71dd9750223f1d738210c66635 Mon Sep 17 00:00:00 2001
From: Wael Yehia <wyehia at ca.ibm.com>
Date: Wed, 6 Sep 2023 14:17:45 +0000
Subject: [PATCH] Fix AIX OS requirements for ThinLTO to 7.2.5 SP7

---
 clang/docs/ReleaseNotes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b161be3a07752b..62a3c841730b97 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1008,7 +1008,7 @@ CUDA Support
 
 AIX Support
 ^^^^^^^^^^^
-- Enabled ThinLTO support. Minimum OS requirement is AIX 7.2 TL5 SP6 or
+- Enabled ThinLTO support. Minimum OS requirement is AIX 7.2 TL5 SP7 or
   the upcoming AIX 7.3 TL2.
 
 - Enabled integrated assembler (``-f[no-]integrated-as``) for LTO. LTO now



More information about the llvm-branch-commits mailing list