aboutsummaryrefslogtreecommitdiff
path: root/libc/docs/dev/source_tree_layout.rst
diff options
context:
space:
mode:
authorNick Desaulniers <nickdesaulniers@users.noreply.github.com>2024-12-04 08:48:12 -0800
committerGitHub <noreply@github.com>2024-12-04 08:48:12 -0800
commit06c831d7fbb02600ded1f793eaaa142d849db2a2 (patch)
tree92ce6440df1f4d54fd945eb0f7566e98ab84d337 /libc/docs/dev/source_tree_layout.rst
parentd5ba143a6d8e8726c900dbfc381dab0e7d8b6a65 (diff)
downloadllvm-06c831d7fbb02600ded1f793eaaa142d849db2a2.tar.gz
llvm-06c831d7fbb02600ded1f793eaaa142d849db2a2.tar.bz2
llvm-06c831d7fbb02600ded1f793eaaa142d849db2a2.zip
[libc] rename newhdrgen to just hdrgen (#118545)
Link: #117208 Fixes: #117254
Diffstat (limited to 'libc/docs/dev/source_tree_layout.rst')
-rw-r--r--libc/docs/dev/source_tree_layout.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/docs/dev/source_tree_layout.rst b/libc/docs/dev/source_tree_layout.rst
index 8b423a1712cc..0010f138317b 100644
--- a/libc/docs/dev/source_tree_layout.rst
+++ b/libc/docs/dev/source_tree_layout.rst
@@ -15,9 +15,9 @@ directories::
- examples
- fuzzing
- hdr
+ - hdrgen
- include
- lib
- - newhdrgen
- src
- startup
- test
@@ -89,13 +89,13 @@ The ``lib`` directory
This directory contains a ``CMakeLists.txt`` file listing the targets for the
public libraries ``libc.a``, ``libm.a`` etc.
-The ``newhdrgen`` directory
+The ``hdrgen`` directory
---------------------------
This directory contains the sources and specifications for the types, macros
and entrypoint functions. These definitions are organized in the ``yaml``
subdirectory and match the organization of the ``*.h.def`` files. This folder
-also contains the python sources for new headergen, which is what generates the
+also contains the python sources for headergen, which is what generates the
headers.
The ``src`` directory