blob: 11c10623b61dba08a027d70500238149b7d1e184 [file] [log] [blame]
Siva Chandra Reddy89ba2402022-10-27 00:22:201===========
2Usage Modes
3===========
4
5The libc can used in two different modes:
6
7#. The **overlay** mode: In this mode, the link order semantics are exploited
8 to overlay implementations from LLVM's libc over the system libc. See
9 :ref:`overlay_mode` for more information about this mode.
10#. The **fullbuild** mode: In this mode, LLVM's libc is used as the only libc
11 for the binary. See :ref:`fullbuild_mode` for information about this mode.