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
6 lines
248 B
Markdown
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.
|