mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user