[libc] Fix broken links in libc (#145199)

This PR fixes broken links in all files describing libc usage modes.
Please let me know if there are any other places that need updating.

---------

Co-authored-by: shubhp@perlmutter <shubhp@perlmutter.com>
This commit is contained in:
Shubh Pachchigar
2025-06-23 15:51:43 -07:00
committed by GitHub
parent d37325ea95
commit 98e8ef2273
3 changed files with 11 additions and 8 deletions

View File

@@ -191,9 +191,10 @@ Header Inclusion Policy
=======================
Because llvm-libc supports
`Overlay Mode <https://libc.llvm.org/overlay_mode.html>`__ and
`Fullbuild Mode <https://libc.llvm.org/fullbuild_mode.html>`__ care must be
taken when ``#include``'ing certain headers.
`Overlay Mode <https://libc.llvm.org/overlay_mode.html>`__,
`Full Host Build Mode <https://libc.llvm.org/full_host_build.html>`__ and
`Full Cross Build Mode <https://libc.llvm.org/full_cross_build.html>`__ care
must be taken when ``#include``'ing certain headers.
The ``include/`` directory contains public facing headers that users must
consume for fullbuild mode. As such, types defined here will have ABI