[libc][NFC] land long double table for printf
authorMichael Jones <michaelrj@google.com>
Thu, 8 Jun 2023 21:25:22 +0000 (14:25 -0700)
committerMichael Jones <michaelrj@google.com>
Thu, 8 Jun 2023 23:14:56 +0000 (16:14 -0700)
commit47fd67ec34fe02b0fdf0a29de62d62e1143d97ad
treefcbdfebf2a66e8b28af4d5866a1c673db587d03e
parentde9b6aa341d8951625d62ae3dac8670ebb3eb006
[libc][NFC] land long double table for printf

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

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D152470
libc/src/__support/ryu_long_double_constants.h
libc/src/stdio/printf_core/CMakeLists.txt
utils/bazel/llvm-project-overlay/libc/BUILD.bazel