[libc-commits] [PATCH] D89267: Move Cannonical Function List
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Oct 14 14:35:00 PDT 2020
michaelrj updated this revision to Diff 298240.
michaelrj added a comment.
Remove the redundant new parser
EntrypointsReader was deleted because the cmake phase was
already doing that parsing. Now the list of entrypoints is
being passed as arguments to the headergen, just like was
being done for the integration tests in
libc/utils/HdrGen/PrototypeTestGen.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89267/new/
https://reviews.llvm.org/D89267
Files:
libc/CMakeLists.txt
libc/cmake/modules/LLVMLibCHeaderRules.cmake
libc/config/linux/api.td
libc/spec/llvm_libc_ext.td
libc/spec/stdc.td
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89267.298240.patch
Type: text/x-patch
Size: 11960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201014/7a52d306/attachment.bin>
More information about the libc-commits
mailing list