llvm-capstone/libc/utils/HdrGen
Siva Chandra Reddy 9b8ca3c1f1 [libc] Add global stdout and stderr objects.
They are added as entrypoint object targets. The header-gen
infrastructure has been extended to enable handling standard required
global objects. The libc-api-test has also been extended to verify the
global object declarations.

Reviewed By: lntue

Differential Revision: https://reviews.llvm.org/D126329
2022-05-27 05:43:49 +00:00
..
PrototypeTestGen [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00
CMakeLists.txt
Command.cpp
Command.h
Generator.cpp
Generator.h
IncludeFileCommand.cpp
IncludeFileCommand.h
Main.cpp
PublicAPICommand.cpp [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00
PublicAPICommand.h
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.