[libcxx-commits] [PATCH] D125761: [libc++] Lets to_chars use header implementation.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 17 03:37:10 PDT 2022
Mordante created this revision.
Herald added a subscriber: mgorny.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
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 <https://reviews.llvm.org/D125704>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125761
Files:
libcxx/include/__config
libcxx/src/CMakeLists.txt
libcxx/src/charconv.cpp
libcxx/src/include/ryu/digit_table.h
libcxx/src/ryu/d2fixed.cpp
libcxx/src/ryu/d2s.cpp
libcxx/src/ryu/f2s.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125761.429992.patch
Type: text/x-patch
Size: 19848 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220517/b1f1dfcf/attachment-0001.bin>
More information about the libcxx-commits
mailing list