[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 13:10:05 PST 2019
sivachandra updated this revision to Diff 229168.
sivachandra added a comment.
Use the new header generator to generate string.h.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70197/new/
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/CMakeLists.txt
libc/include/string.h
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