[libc-commits] [PATCH] D108591: [libc] fix string conversion tests for windows
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Aug 23 15:38:37 PDT 2021
michaelrj created this revision.
michaelrj added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added a project: libc-project.
michaelrj requested review of this revision.
There were some copy paste errors as well as some oddities around how
windows handles the difference between long and long long types. This
change fixes those.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108591
Files:
libc/test/src/stdlib/strtol_test.cpp
libc/test/src/stdlib/strtoll_test.cpp
libc/test/src/stdlib/strtoul_test.cpp
libc/test/src/stdlib/strtoull_test.cpp
libc/utils/CPP/Limits.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108591.368225.patch
Type: text/x-patch
Size: 29463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210823/9b393013/attachment-0001.bin>
More information about the libc-commits
mailing list