Mercurial > hg > CbC > CbC_llvm
view libc/docs/fullbuild_mode.rst @ 259:011663b4a808
remove duplicate setjmp in return continuation
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Oct 2023 15:52:37 +0900 |
parents | 1f2b6ac9f198 |
children |
line wrap: on
line source
.. _fullbuild_mode: ============== Fullbuild Mode ============== The *fullbuild* mode of LLVM's libc is the mode in which it is to be used as the only libc (as opposed to the :ref:`overlay_mode` in which it is used along with the system libc.) In to order use it as the only libc, one will have to build and install not only the static archives like ``libc.a`` from LLVM's libc, but also the start-up objects like ``crt1.o`` and the public headers. The full libc build can be of two types: .. toctree:: :maxdepth: 1 full_host_build full_cross_build