[libc-commits] [PATCH] D108736: [libc] add inttypes header

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 25 15:17:48 PDT 2021


michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
michaelrj requested review of this revision.

Add inttypes.h to llvm libc. As its first functions strtoimax and
strtoumax are included.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108736

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/aarch64/headers.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/linux/x86_64/headers.txt
  libc/config/windows/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/inttypes.h.def
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/CMakeLists.txt
  libc/src/inttypes/CMakeLists.txt
  libc/src/inttypes/strtoimax.cpp
  libc/src/inttypes/strtoimax.h
  libc/src/inttypes/strtoumax.cpp
  libc/src/inttypes/strtoumax.h
  libc/test/src/CMakeLists.txt
  libc/test/src/inttypes/CMakeLists.txt
  libc/test/src/inttypes/strtoimax_test.cpp
  libc/test/src/inttypes/strtoumax_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108736.368752.patch
Type: text/x-patch
Size: 12353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210825/a83cdf1b/attachment.bin>


More information about the libc-commits mailing list