summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2023-03-14 22:52:53 -0700
committerSiva Chandra Reddy <sivachandra@google.com>2023-03-15 20:41:10 -0700
commitbe721a38c61c093cf1d8af43f2cc56d821cf5ca5 (patch)
tree32963ad4518ab56564db578e192c649ce339b0c4 /libc
parent406e2fbf6ac1e408deb31f480d940aaf15b8bce5 (diff)
downloadllvm-be721a38c61c093cf1d8af43f2cc56d821cf5ca5.tar.gz
[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
Diffstat (limited to 'libc')
-rw-r--r--libc/docs/compiler_support.rst6
-rw-r--r--libc/docs/index.rst2
2 files changed, 4 insertions, 4 deletions
diff --git a/libc/docs/compiler_support.rst b/libc/docs/compiler_support.rst
index cc671126451b..bdb5620802a4 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 27dc99d917ee..90422617403e 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