File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ .. _header_generation :
2+
13Generating Public and Internal headers
24======================================
35
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Full Cross Build
88 :depth: 1
99 :local:
1010
11+ .. note ::
12+ Fullbuild requires running headergen, which is a python program that depends on
13+ pyyaml. The minimum versions are listed on the :ref: `header_generation `
14+ page, as well as additional information.
15+
1116In this document, we will present recipes to cross build the full libc. When we
1217say *cross build * a full libc, we mean that we will build the full libc for a
1318target system which is not the same as the system on which the libc is being
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Full Host Build
88 :depth: 1
99 :local:
1010
11+ .. note ::
12+ Fullbuild requires running headergen, which is a python program that depends on
13+ pyyaml. The minimum versions are listed on the :ref: `header_generation `
14+ page, as well as additional information.
15+
1116In this document, we will present a recipe to build the full libc for the host.
1217When we say *build the libc for the host *, the goal is to build the libc for
1318the same system on which the libc is being built. First, we will explain how to
Original file line number Diff line number Diff line change 44Fullbuild Mode
55==============
66
7+ .. note ::
8+ Fullbuild requires running headergen, which is a python program that depends on
9+ pyyaml. The minimum versions are listed on the :ref: `header_generation `
10+ page, as well as additional information.
11+
712The *fullbuild * mode of LLVM's libc is the mode in which it is to be used as
813the only libc (as opposed to the :ref: `overlay_mode ` in which it is used along
914with the system libc.) In order to use it as the only libc, one will have to
You can’t perform that action at this time.
0 commit comments