[libc-commits] [PATCH] D70197: [libc] Add a TableGen based header generator.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Nov 13 11:38:42 PST 2019
sivachandra created this revision.
sivachandra added reviewers: phosek, stanshebs, theraven.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
Herald added a project: libc-project.
- The Python header generator has been removed.
- Docs giving a highlevel overview of the header gen scheme have been
added.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70197
Files:
libc/CMakeLists.txt
libc/cmake/modules/LLVMLibCRules.cmake
libc/config/linux/api.td
libc/config/public_api.td
libc/docs/ground_truth_specification.rst
libc/docs/header_gen_scheme.svg
libc/docs/header_generation.rst
libc/docs/mechanics_of_public_api.rst
libc/include/string.h.def
libc/spec/spec.td
libc/spec/stdc.td
libc/utils/CMakeLists.txt
libc/utils/HdrGen/CMakeLists.txt
libc/utils/HdrGen/Command.h
libc/utils/HdrGen/Generator.cpp
libc/utils/HdrGen/Generator.h
libc/utils/HdrGen/IncludeFileCommand.cpp
libc/utils/HdrGen/IncludeFileCommand.h
libc/utils/HdrGen/Main.cpp
libc/utils/HdrGen/PublicAPICommand.cpp
libc/utils/HdrGen/PublicAPICommand.h
libc/utils/build_scripts/gen_hdr.py
More information about the libc-commits
mailing list