[all-commits] [llvm/llvm-project] b47f9e: [libc] Add a TableGen based header generator.

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Nov 22 13:03:33 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b47f9eb55d1814e006d1a2a971ff6272ebd89bcb
      https://github.com/llvm/llvm-project/commit/b47f9eb55d1814e006d1a2a971ff6272ebd89bcb
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2019-11-22 (Fri, 22 Nov 2019)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCRules.cmake
    A libc/config/linux/api.td
    A libc/config/public_api.td
    A libc/docs/ground_truth_specification.rst
    A libc/docs/header_gen_scheme.svg
    M libc/docs/header_generation.rst
    A libc/docs/mechanics_of_public_api.rst
    M libc/include/CMakeLists.txt
    R libc/include/string.h
    A libc/include/string.h.def
    A libc/spec/spec.td
    A libc/spec/stdc.td
    A libc/utils/CMakeLists.txt
    A libc/utils/HdrGen/CMakeLists.txt
    A libc/utils/HdrGen/Command.h
    A libc/utils/HdrGen/Generator.cpp
    A libc/utils/HdrGen/Generator.h
    A libc/utils/HdrGen/IncludeFileCommand.cpp
    A libc/utils/HdrGen/IncludeFileCommand.h
    A libc/utils/HdrGen/Main.cpp
    A libc/utils/HdrGen/PublicAPICommand.cpp
    A libc/utils/HdrGen/PublicAPICommand.h
    R libc/utils/build_scripts/gen_hdr.py

  Log Message:
  -----------
  [libc] Add a TableGen based header generator.

Summary:
* The Python header generator has been removed.
* Docs giving a highlevel overview of the header gen scheme have been
  added.

Reviewers: phosek, abrachet

Subscribers: mgorny, MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D70197




More information about the All-commits mailing list