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
+
1
3
Generating Public and Internal headers
2
4
======================================
3
5
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Full Cross Build
8
8
:depth: 1
9
9
:local:
10
10
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
+
11
16
In this document, we will present recipes to cross build the full libc. When we
12
17
say *cross build * a full libc, we mean that we will build the full libc for a
13
18
target 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
8
8
:depth: 1
9
9
:local:
10
10
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
+
11
16
In this document, we will present a recipe to build the full libc for the host.
12
17
When we say *build the libc for the host *, the goal is to build the libc for
13
18
the 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 4
4
Fullbuild Mode
5
5
==============
6
6
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
+
7
12
The *fullbuild * mode of LLVM's libc is the mode in which it is to be used as
8
13
the only libc (as opposed to the :ref: `overlay_mode ` in which it is used along
9
14
with 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