[libc-commits] [libc] be721a3 - [libc][docs] Move the link to "Compiler Support" under "Status".

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Wed Mar 15 20:41:31 PDT 2023


Author: Siva Chandra Reddy
Date: 2023-03-15T20:41:10-07:00
New Revision: be721a38c61c093cf1d8af43f2cc56d821cf5ca5

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

LOG: [libc][docs] Move the link to "Compiler Support" under "Status".

Also, fixed a minor typo in compiler_support.rst.

Reviewed By: jeffbailey, gchatelet

Differential Revision: https://reviews.llvm.org/D146112

Added: 
    

Modified: 
    libc/docs/compiler_support.rst
    libc/docs/index.rst

Removed: 
    


################################################################################
diff  --git a/libc/docs/compiler_support.rst b/libc/docs/compiler_support.rst
index cc671126451bc..bdb5620802a43 100644
--- a/libc/docs/compiler_support.rst
+++ b/libc/docs/compiler_support.rst
@@ -17,8 +17,8 @@ For platforms where only ``GCC`` is natively available but maximum performance
 is required it is possible to bootstrap ``Clang`` with ``GCC`` and then use
 ``Clang`` to build the '`libc``" project.
 
-Minimum version
-===============
+Minimum supported versions
+==========================
 
  - ``Clang 11``
- - ``GCC 12.2```
+ - ``GCC 12.2``

diff  --git a/libc/docs/index.rst b/libc/docs/index.rst
index 27dc99d917ee2..90422617403e6 100644
--- a/libc/docs/index.rst
+++ b/libc/docs/index.rst
@@ -59,6 +59,7 @@ stages there is no ABI stability in any form.
    :maxdepth: 1
    :caption: Status
 
+   compiler_support
    date_and_time
    math/index.rst
    strings
@@ -69,7 +70,6 @@ stages there is no ABI stability in any form.
    :maxdepth: 1
    :caption: Development
 
-   compiler_support
    build_and_test
    dev/index.rst
    porting


        


More information about the libc-commits mailing list