Mercurial > hg > CbC > CbC_llvm
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 |
rev | line source |
---|---|
236 | 1 =========== |
2 Usage Modes | |
3 =========== | |
4 | |
5 The 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. |