[llvm-branch-commits] [clang] 5de88ff - Fix AIX OS requirements for ThinLTO to 7.2.5 SP7

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Sep 10 23:58:54 PDT 2023


Author: Wael Yehia
Date: 2023-09-11T08:57:03+02:00
New Revision: 5de88ff683ff0372bd6c88290a356a0c7c510c43

URL: https://github.com/llvm/llvm-project/commit/5de88ff683ff0372bd6c88290a356a0c7c510c43
DIFF: https://github.com/llvm/llvm-project/commit/5de88ff683ff0372bd6c88290a356a0c7c510c43.diff

LOG: Fix AIX OS requirements for ThinLTO to 7.2.5 SP7

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b161be3a07752b5..62a3c841730b97d 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