Files
clang-p2996/libc/utils/HdrGen/README.md
Siva Chandra Reddy 4d812acba6 [libc] Add a README to the sub-directories under the utils directory.
Also, the source layout document has been updated to reflect the current
layout of the `utils` directory.

Reviewers: PaulkaToast

Differential Revision: https://reviews.llvm.org/D74502
2020-02-23 22:11:35 -08:00

6 lines
248 B
Markdown

# The LLVM libc header generation system
LLVM libc uses a header generation scheme to generate public as well as internal
header files. This directory contains the implementation of the header generator
which drives this header generation scheme.