[libc-commits] [PATCH] D145878: [libc] Update cross-compilation instructions
Fangrui Song via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Aug 17 14:31:07 PDT 2023
MaskRay added inline comments.
================
Comment at: libc/docs/full_host_build.rst:73
also specify that we do not want to build the Scudo shared library.
-* **The install prefix** - This is the path to the tool chain install directory.
- This is the directory where you intend to set up the sysroot.
+* **Default sysroot and install prefix** - This is the path to the tool chain
+ install directory. This is the directory where you intend to set up the sysroot.
----------------
FWIW: Specifying `DEFAULT_SYSROOT` causes many test failures and I propose that we deprecate it (D158218).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145878/new/
https://reviews.llvm.org/D145878
More information about the libc-commits
mailing list