[libc-commits] [PATCH] D147919: [libc] Add implementation of getchar

Reagan via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 11 18:26:32 PDT 2023


xbjfk updated this revision to Diff 512636.
xbjfk added a comment.

Add to aarch64 entrypoints.txt, fix function spec
I didn't add to arm (32) entrypoints since the stdio.h isn't part of headers.txt yet


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

https://reviews.llvm.org/D147919

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/riscv64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/docs/stdio.rst
  libc/spec/posix.td
  libc/spec/stdc.td
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/getchar.cpp
  libc/src/stdio/getchar.h
  libc/src/stdio/getchar_unlocked.cpp
  libc/src/stdio/getchar_unlocked.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147919.512636.patch
Type: text/x-patch
Size: 6850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230412/7180a791/attachment.bin>


More information about the libc-commits mailing list