[libc-commits] [PATCH] D117282: [libc] Move type definitions to their own self contained header files.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 13 23:02:33 PST 2022


sivachandra added inline comments.


================
Comment at: libc/config/linux/api.td:11
+// types in their own self contained header files, the header generator can
+// produce the boiler plate which pulls in the type definitions.
+
----------------
I will do this in a follow up change. I picked 5 of the simple types to switch over to the new way in the change to showcase the new way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117282



More information about the libc-commits mailing list