[llvm-branch-commits] [clang] acf67b7 - [docs] Tweak wording of note re: LTO on AIX

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 3 11:09:10 PST 2022


Author: Hubert Tong
Date: 2022-03-03T14:09:06-05:00
New Revision: acf67b7a0dfc867d93e6f18d9d98239bcaeb28e2

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

LOG: [docs] Tweak wording of note re: LTO on AIX

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 0b723d67ec4ae..d4641b0bc476f 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -56,7 +56,8 @@ Major New Features
   limitations:
   - C++ driver modes use the system libc++ headers. These headers are included
     in the optional ``libc++.adt.include`` fileset on AIX.
-  - LTO, although not disabled, is not recommended.
+  - LTO, although not disabled, is not meaningfully functional for practical
+    use.
   - Shared libraries builds (``-shared``) must use explicit symbol export
     options and/or export lists (e.g., with ``-bE:``) on the link step. Clang
     currently will not automatically generate symbol export lists as implicit


        


More information about the llvm-branch-commits mailing list