This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] land long double table for printf
ClosedPublic

Authored by michaelrj on Jun 8 2023, 2:28 PM.

Details

Summary

The Mega Table that printf uses for long doubles with some flags is too
large for the linters, and so has been split out from the main patch.
The main patch: https://reviews.llvm.org/D150399

Diff Detail

Event Timeline

michaelrj created this revision.Jun 8 2023, 2:28 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 8 2023, 2:28 PM
michaelrj requested review of this revision.Jun 8 2023, 2:28 PM
sivachandra accepted this revision.Jun 8 2023, 2:43 PM
This revision is now accepted and ready to land.Jun 8 2023, 2:43 PM
This revision was landed with ongoing or failed builds.Jun 8 2023, 4:15 PM
This revision was automatically updated to reflect the committed changes.