[libc-commits] [PATCH] D124803: [libc] fix strtold tests on 32 bit systems

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon May 2 13:40:44 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

This patch fixes the string to long double tests for systems that use
long double is double, and don't support uint128.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124803

Files:
  libc/test/src/stdlib/strtold_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124803.426513.patch
Type: text/x-patch
Size: 16498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220502/44f6968e/attachment.bin>


More information about the libc-commits mailing list