Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 448 Bytes

usage_modes.rst

File metadata and controls

11 lines (9 loc) · 448 Bytes

Usage Modes

The libc can used in two different modes:

  1. The overlay mode: In this mode, the link order semantics are exploited to overlay implementations from LLVM's libc over the system libc. See :ref:`overlay_mode` for more information about this mode.
  2. The fullbuild mode: In this mode, LLVM's libc is used as the only libc for the binary. See :ref:`fullbuild_mode` for information about this mode.