annotate libc/docs/usage_modes.rst @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents c4bab56944e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
236
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
1 ===========
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
2 Usage Modes
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
3 ===========
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
4
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
5 The libc can used in two different modes:
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
6
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
7 #. The **overlay** mode: In this mode, the link order semantics are exploited
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
8 to overlay implementations from LLVM's libc over the system libc. See
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
9 :ref:`overlay_mode` for more information about this mode.
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
10 #. The **fullbuild** mode: In this mode, LLVM's libc is used as the only libc
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
11 for the binary. See :ref:`fullbuild_mode` for information about this mode.