[libc-commits] [PATCH] D107792: [libc] add strtoll function and backend

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Aug 11 10:56:49 PDT 2021


michaelrj updated this revision to Diff 365801.
michaelrj added a comment.

switch over from using the internal errno to using the public errno.
This required changing all the tests, since ErrnoSetterMatcher.h uses only the internal errno.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107792

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/__support/CMakeLists.txt
  libc/src/__support/str_conv_utils.h
  libc/src/stdlib/CMakeLists.txt
  libc/src/stdlib/strtoll.cpp
  libc/src/stdlib/strtoll.h
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/strtoll_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107792.365801.patch
Type: text/x-patch
Size: 17516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210811/a767e659/attachment-0001.bin>


More information about the libc-commits mailing list