Skip to content

Commit 134b448

Browse files
authored
[libc] Updated GettingStarted.rst with PyYAML version (#100649)
New Headergen requires PyYAML version 5.1 or newer in order to generate header files .
1 parent 247251a commit 134b448

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libc/docs/dev/header_generation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Instructions
2222
------------
2323

2424
Required Versions:
25-
- Python Version: 3.6
25+
- Python Version: 3.8
2626
- PyYAML Version: 5.1
2727

2828
1. Keep full-build mode on when building, otherwise headers will not be

llvm/docs/GettingStarted.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,11 @@ uses the package and provides other details.
291291
=========================================================== ============ ==========================================
292292
Package Version Notes
293293
=========================================================== ============ ==========================================
294-
`CMake <http://cmake.org/>`__ >=3.20.0 Makefile/workspace generator
294+
`CMake <http://cmake.org/>`_ >=3.20.0 Makefile/workspace generator
295295
`python <http://www.python.org/>`_ >=3.8 Automated test suite\ :sup:`1`
296296
`zlib <http://zlib.net>`_ >=1.2.3.4 Compression library\ :sup:`2`
297297
`GNU Make <http://savannah.gnu.org/projects/make>`_ 3.79, 3.79.1 Makefile/build processor\ :sup:`3`
298+
`PyYAML <https://pypi.org/project/PyYAML/>`_ >=5.1 Header generator\ :sup:`4`
298299
=========================================================== ============ ==========================================
299300

300301
.. note::
@@ -305,6 +306,7 @@ Package Version Notes
305306
#. Optional, adds compression / uncompression capabilities to selected LLVM
306307
tools.
307308
#. Optional, you can use any other build tool supported by CMake.
309+
#. Only needed when building libc with New Headergen. Mainly used by libc.
308310

309311
Additionally, your compilation host is expected to have the usual plethora of
310312
Unix utilities. Specifically:

0 commit comments

Comments
 (0)