This is an archive of the discontinued LLVM Phabricator instance.

[libc] fix strtold tests on 32 bit systems
ClosedPublic

Authored by michaelrj on May 2 2022, 1:40 PM.

Details

Summary

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

Diff Detail

Event Timeline

michaelrj created this revision.May 2 2022, 1:40 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 2 2022, 1:40 PM
michaelrj requested review of this revision.May 2 2022, 1:40 PM
sivachandra accepted this revision.May 3 2022, 8:50 AM
This revision is now accepted and ready to land.May 3 2022, 8:50 AM
lntue accepted this revision.May 3 2022, 9:44 AM
This revision was automatically updated to reflect the committed changes.