[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 23:48:06 PDT 2023
sivachandra updated this revision to Diff 505381.
sivachandra added a comment.
Address comments.
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.505381.patch
Type: text/x-patch
Size: 864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230315/8e78b5dc/attachment.bin>
More information about the libc-commits
mailing list