[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
Tue Mar 14 22:54:43 PDT 2023
sivachandra created this revision.
sivachandra added reviewers: jeffbailey, gchatelet.
Herald added subscribers: libc-commits, ecnelises, tschuett, arphaman.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
Also, fixed a minor typo in compiler_support.rst.
Repository:
rG LLVM Github Monorepo
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 versions supported
+==========================
- ``Clang 11``
- - ``GCC 12.2```
+ - ``GCC 12.2``
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146112.505369.patch
Type: text/x-patch
Size: 864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230315/581b406c/attachment.bin>
More information about the libc-commits
mailing list