[libc-commits] [PATCH] D146049: [libc] Add instructions for linux headers

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 14 11:27:36 PDT 2023


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/docs/full_host_build.rst:98-99
 If you are using the full libc on Linux, then you will also need to install
-Linux headers in your sysroot. It is left to the reader to figure out the best
-way to install Linux headers on the system they want to use the full libc on.
+Linux headers in your sysroot.  These instructions will work on a
+Debian-based x86_64 system:
+
----------------
Should wording here should imply, "here's one way to do it but it's up to you to figure out the best way for your system." So, something like, `One way to install on a Debian-based x86_64 system is as follows:`

```
<the command you have>

It is left to the reader to figure out the best way to install Linux headers on their system.
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146049/new/

https://reviews.llvm.org/D146049



More information about the libc-commits mailing list