This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add document for a recipe to do a full standalone cross-build.
ClosedPublic

Authored by sivachandra on Jan 5 2023, 1:12 AM.

Diff Detail

Event Timeline

sivachandra created this revision.Jan 5 2023, 1:12 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 5 2023, 1:12 AM
sivachandra requested review of this revision.Jan 5 2023, 1:12 AM

Fix a typo.

jeffbailey accepted this revision.Jan 5 2023, 9:17 AM
jeffbailey added inline comments.
libc/docs/full_host_build.rst
13

Interestingly, there doesn't seem to be anything in https://llvm.org/docs/Lexicon.html to give common words for this. I can't find anything commenting on the use of "native build" for inclusive language, but LLVM doesn't use the term. GCC does: https://gcc.gnu.org/install/build.html

I'll LGTM this, but if we find standard language inside LLVM, it would be nice to use it (and add it to the Lexicon).

This revision is now accepted and ready to land.Jan 5 2023, 9:17 AM