llvm-project/libc/utils/HdrGen
Siva Chandra Reddy d1536673c6 [libc] Add ability to generate enum types/values to HdrGen.
A target to generate the std C threads.h file has been added. This
utilizes the new feature added in this change.

Reviewers: phosek

Differential Revision: https://reviews.llvm.org/D75379
2020-02-28 23:27:32 -08:00
..
CMakeLists.txt [llvm-libc] Add memory function benchmarks 2020-01-24 11:30:58 +01:00
Command.cpp
Command.h
Generator.cpp [libc] Fix build after 777180a32b. 2020-01-29 13:32:38 -08:00
Generator.h
IncludeFileCommand.cpp
IncludeFileCommand.h
Main.cpp [libc] Fix build after 777180a32b. 2020-01-29 13:32:38 -08:00
PublicAPICommand.cpp [libc] Add ability to generate enum types/values to HdrGen. 2020-02-28 23:27:32 -08:00
PublicAPICommand.h
README.md [libc] Add a README to the sub-directories under the utils directory. 2020-02-23 22:11:35 -08:00

README.md

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.