mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
9b8ca3c1f1
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 |
||
---|---|---|
.. | ||
PrototypeTestGen | ||
CMakeLists.txt | ||
Command.cpp | ||
Command.h | ||
Generator.cpp | ||
Generator.h | ||
IncludeFileCommand.cpp | ||
IncludeFileCommand.h | ||
Main.cpp | ||
PublicAPICommand.cpp | ||
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.