mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
89ba240f4b
Reviewed By: jeffbailey Differential Revision: https://reviews.llvm.org/D136810
12 lines
448 B
ReStructuredText
12 lines
448 B
ReStructuredText
===========
|
|
Usage Modes
|
|
===========
|
|
|
|
The libc can used in two different modes:
|
|
|
|
#. 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.
|
|
#. 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.
|