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

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


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbe721a38c61c: [libc][docs] Move the link to "Compiler Support" under "Status". (authored by sivachandra).
Herald added a subscriber: mikhail.ramalho.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146112/new/

https://reviews.llvm.org/D146112

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


Index: libc/docs/index.rst
===================================================================
--- libc/docs/index.rst
+++ libc/docs/index.rst
@@ -59,6 +59,7 @@
    :maxdepth: 1
    :caption: Status
 
+   compiler_support
    date_and_time
    math/index.rst
    strings
@@ -69,7 +70,6 @@
    :maxdepth: 1
    :caption: Development
 
-   compiler_support
    build_and_test
    dev/index.rst
    porting
Index: libc/docs/compiler_support.rst
===================================================================
--- libc/docs/compiler_support.rst
+++ libc/docs/compiler_support.rst
@@ -17,8 +17,8 @@
 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``


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146112.505693.patch
Type: text/x-patch
Size: 864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230316/53adf258/attachment.bin>


More information about the libc-commits mailing list