[all-commits] [llvm/llvm-project] 59f17a: [libc][NFC] Move tablegen indexer class into a uti...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Jul 28 16:36:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 59f17a7d4f42fa330557e36d18f8b5f82a2c5e30
      https://github.com/llvm/llvm-project/commit/59f17a7d4f42fa330557e36d18f8b5f82a2c5e30
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M libc/utils/CMakeLists.txt
    M libc/utils/HdrGen/CMakeLists.txt
    M libc/utils/HdrGen/PrototypeTestGen/CMakeLists.txt
    M libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
    M libc/utils/HdrGen/PublicAPICommand.cpp
    M libc/utils/HdrGen/PublicAPICommand.h
    A libc/utils/LibcTableGenUtil/APIIndexer.cpp
    A libc/utils/LibcTableGenUtil/APIIndexer.h
    A libc/utils/LibcTableGenUtil/CMakeLists.txt

  Log Message:
  -----------
  [libc][NFC] Move tablegen indexer class into a util library of its own.

This class is currently used by two tools: HdrGen and PrototypeTestGen.
We will be adding more tools based on this class so it is convenient to
keep it in a util library of its own.




More information about the All-commits mailing list