[libc-commits] [PATCH] D147350: [libc] Add two more recipes to do a cross build.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Mar 31 22:11:32 PDT 2023
sivachandra added inline comments.
================
Comment at: libc/docs/full_cross_build.rst:93
+user will have to first build the libc build tools separately. At the time of
+this writing, there is only one libc build tool that has to be built separately.
+It is done as follows:
----------------
jeffbailey wrote:
> Are there protections against version mismatch? I'm a little reluctant to document this process if an out of date tool might cause silent corruption.
I have added some text to explain that `libc-hdrgen` and the `libc` should be in sync.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147350/new/
https://reviews.llvm.org/D147350
More information about the libc-commits
mailing list