This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix type errors on Windows
ClosedPublic

Authored by michaelrj on Aug 24 2021, 11:40 AM.

Details

Summary

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

Diff Detail

Event Timeline

michaelrj created this revision.Aug 24 2021, 11:40 AM
michaelrj requested review of this revision.Aug 24 2021, 11:40 AM
sivachandra accepted this revision.Aug 24 2021, 11:46 AM
This revision is now accepted and ready to land.Aug 24 2021, 11:46 AM

fix typo in commit message

michaelrj edited the summary of this revision. (Show Details)Aug 24 2021, 12:41 PM
This revision was landed with ongoing or failed builds.Aug 24 2021, 12:42 PM
This revision was automatically updated to reflect the committed changes.