[all-commits] [llvm/llvm-project] 89818f: [libc++] Lets to_chars use header implementation.

mordante via All-commits all-commits at lists.llvm.org
Thu Jun 2 08:11:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89818f2dc0b6edeaf9f74ada513ebe489de8ba40
      https://github.com/llvm/llvm-project/commit/89818f2dc0b6edeaf9f74ada513ebe489de8ba40
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-06-02 (Thu, 02 Jun 2022)

  Changed paths:
    M libcxx/include/__config
    M libcxx/src/charconv.cpp
    M libcxx/src/include/ryu/digit_table.h

  Log Message:
  -----------
  [libc++] Lets to_chars use header implementation.

This removes the duplicated code from the dylib. Instead the dylib will
call the new functions in the header. Since this code is unneeded it's
removed from the unstable ABI.

Depends on D125704

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D125761




More information about the All-commits mailing list