This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add instructions for linux headers
ClosedPublic

Authored by jeffbailey on Mar 14 2023, 7:53 AM.

Diff Detail

Event Timeline

jeffbailey created this revision.Mar 14 2023, 7:53 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 14 2023, 7:53 AM
jeffbailey requested review of this revision.Mar 14 2023, 7:53 AM
sivachandra accepted this revision.Mar 14 2023, 11:27 AM
sivachandra added inline comments.
libc/docs/full_host_build.rst
98–109

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.
This revision is now accepted and ready to land.Mar 14 2023, 11:27 AM
This revision was automatically updated to reflect the committed changes.