[all-commits] [llvm/llvm-project] 47fd67: [libc][NFC] land long double table for printf

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Jun 8 16:15:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47fd67ec34fe02b0fdf0a29de62d62e1143d97ad
      https://github.com/llvm/llvm-project/commit/47fd67ec34fe02b0fdf0a29de62d62e1143d97ad
  Author: Michael Jones <michaelrj at google.com>
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
    M libc/src/__support/ryu_long_double_constants.h
    M libc/src/stdio/printf_core/CMakeLists.txt
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [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




More information about the All-commits mailing list