[libc-commits] [PATCH] D89267: Move Cannonical Function List

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 13 13:17:59 PDT 2020


michaelrj updated this revision to Diff 297941.
michaelrj added a comment.

Change the source of header/function mappings

Now the mappings describing what function goes to what header is
coming from the spec and not from entrypoints.txt.
Also included are some formatting fixes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89267/new/

https://reviews.llvm.org/D89267

Files:
  libc/cmake/modules/LLVMLibCHeaderRules.cmake
  libc/config/linux/api.td
  libc/spec/llvm_libc_ext.td
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/utils/HdrGen/CMakeLists.txt
  libc/utils/HdrGen/Command.h
  libc/utils/HdrGen/EntrypointsLoader.cpp
  libc/utils/HdrGen/EntrypointsLoader.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89267.297941.patch
Type: text/x-patch
Size: 18097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201013/379f370f/attachment-0001.bin>


More information about the libc-commits mailing list