[libc-commits] [PATCH] D145878: [libc] Update cross-compilation instructions

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 17 14:59:28 PDT 2023


sivachandra 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.
----------------
MaskRay wrote:
> FWIW: Specifying `DEFAULT_SYSROOT` causes many test failures and I propose that we deprecate it (D158218).
Thanks for the heads-up. I will work on cleaning this up.


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