[libc-commits] [PATCH] D108477: [libc] make string to integer funcs default

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 20 15:11:09 PDT 2021


michaelrj updated this revision to Diff 367913.
michaelrj added a comment.
Herald added a subscriber: mgorny.

fix issues that came up in testing

The issues are as follows:

1. Failure to build with FULL_BUILD off, due to the stdlib source not being included
2. The string conversion tests not being run with FULL_BUILD off
3. The atoi, atol, and atoll tests not being run at all (no CMake rule)
4. A few typos found in the atol and atoll tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108477

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/src/CMakeLists.txt
  libc/src/stdlib/CMakeLists.txt
  libc/test/src/CMakeLists.txt
  libc/test/src/stdlib/CMakeLists.txt
  libc/test/src/stdlib/atol_test.cpp
  libc/test/src/stdlib/atoll_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108477.367913.patch
Type: text/x-patch
Size: 10494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210820/09480324/attachment-0001.bin>


More information about the libc-commits mailing list