[libc-commits] [PATCH] D153794: [libc][hdr-gen] Add a new 'begin' and `end command to control headers

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 27 09:22:52 PDT 2023


jhuber6 updated this revision to Diff 535018.
jhuber6 added a comment.

Changing approach


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153794

Files:
  libc/include/arpa/inet.h.def
  libc/include/assert.h.def
  libc/include/ctype.h.def
  libc/include/dirent.h.def
  libc/include/errno.h.def
  libc/include/fcntl.h.def
  libc/include/fenv.h.def
  libc/include/gpu/rpc.h.def
  libc/include/inttypes.h.def
  libc/include/math.h.def
  libc/include/pthread.h.def
  libc/include/sched.h.def
  libc/include/setjmp.h.def
  libc/include/signal.h.def
  libc/include/spawn.h.def
  libc/include/stdio.h.def
  libc/include/stdlib.h.def
  libc/include/string.h.def
  libc/include/strings.h.def
  libc/include/sys/auxv.h.def
  libc/include/sys/ioctl.h.def
  libc/include/sys/mman.h.def
  libc/include/sys/prctl.h.def
  libc/include/sys/random.h.def
  libc/include/sys/resource.h.def
  libc/include/sys/select.h.def
  libc/include/sys/sendfile.h.def
  libc/include/sys/socket.h.def
  libc/include/sys/stat.h.def
  libc/include/sys/time.h.def
  libc/include/sys/types.h.def
  libc/include/sys/utsname.h.def
  libc/include/sys/wait.h.def
  libc/include/termios.h.def
  libc/include/threads.h.def
  libc/include/time.h.def
  libc/include/unistd.h.def
  libc/include/wchar.h.def
  libc/utils/HdrGen/BeginCommand.cpp
  libc/utils/HdrGen/BeginCommand.h
  libc/utils/HdrGen/CMakeLists.txt
  libc/utils/HdrGen/EndCommand.cpp
  libc/utils/HdrGen/EndCommand.h
  libc/utils/HdrGen/Generator.cpp
  libc/utils/HdrGen/Generator.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153794.535018.patch
Type: text/x-patch
Size: 20109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230627/60db70c8/attachment-0001.bin>


More information about the libc-commits mailing list