[libc-commits] [PATCH] D75379: [libc] Add ability to generate enum types/values to HdrGen.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 28 13:06:03 PST 2020


sivachandra created this revision.
sivachandra added reviewers: abrachet, phosek.
Herald added subscribers: libc-commits, tschuett, MaskRay, mgorny.
Herald added a project: libc-project.
sivachandra added a child revision: D75380: [libc] Add linux implementations of thrd_create and thrd_join functions..

A target to generate the std C threads.h file has been added. This
utilizes the new feature added in this change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75379

Files:
  libc/config/linux/api.td
  libc/config/public_api.td
  libc/include/CMakeLists.txt
  libc/include/threads.h.def
  libc/spec/linux.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/utils/HdrGen/PublicAPICommand.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75379.247351.patch
Type: text/x-patch
Size: 10210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200228/4b4ee3dc/attachment-0001.bin>


More information about the libc-commits mailing list