[libc-commits] [libc] 8b094c9 - [libc][newheadergen]: PyYaml Version Update (#100463)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 24 15:04:09 PDT 2024
Author: aaryanshukla
Date: 2024-07-24T15:04:05-07:00
New Revision: 8b094c9df34f3190b66d11d19379be1f4c89beec
URL: https://github.com/llvm/llvm-project/commit/8b094c9df34f3190b66d11d19379be1f4c89beec
DIFF: https://github.com/llvm/llvm-project/commit/8b094c9df34f3190b66d11d19379be1f4c89beec.diff
LOG: [libc][newheadergen]: PyYaml Version Update (#100463)
- a lot of builds had an issue using new headergen because they do not
have PyYaml installed.
Added:
Modified:
libc/docs/dev/header_generation.rst
Removed:
################################################################################
diff --git a/libc/docs/dev/header_generation.rst b/libc/docs/dev/header_generation.rst
index 89036f1277b96..32ce91da83f3d 100644
--- a/libc/docs/dev/header_generation.rst
+++ b/libc/docs/dev/header_generation.rst
@@ -22,7 +22,8 @@ Instructions
------------
Required Versions:
- - Python Version: 3.11.8
+ - Python Version: 3.6
+ - PyYAML Version: 5.1
1. Keep full-build mode on when building, otherwise headers will not be
generated.
More information about the libc-commits
mailing list