[libc-commits] [PATCH] D141037: [libc] Add document for a recipe to do a full standalone cross-build.
Jeff Bailey via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jan 5 09:17:52 PST 2023
jeffbailey accepted this revision.
jeffbailey added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/docs/full_host_build.rst:12
+In this document, we will present a recipe to build the full libc for the host.
+When we say *build the libc for the host*, the goal is to build the libc for
+the same system on which the libc is being built. Also, we will take this
----------------
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).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141037/new/
https://reviews.llvm.org/D141037
More information about the libc-commits
mailing list