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 <[email protected]> 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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
