[libc-commits] [PATCH] D108653: [libc] Fix type errors on Windows

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 24 11:40:18 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.

Fix the errors caused by having some numbers too large for a 32 bit
number in the tests for windows. Also fix the base causin some type
confusion.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108653

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108653.368419.patch
Type: text/x-patch
Size: 6056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210824/e8eac996/attachment.bin>


More information about the libc-commits mailing list