[libc-commits] [PATCH] D70197: [libc] Add a TableGen based header generator.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Nov 22 13:03:45 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGb47f9eb55d18: [libc] Add a TableGen based header generator. (authored by sivachandra).

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