[libc-commits] [libc] [libcxx] [llvm] [libcxx][libc] Hand in Hand PoC with from_chars (PR #91651)

Heejin Ahn via libc-commits libc-commits at lists.llvm.org
Wed May 14 23:11:56 PDT 2025


aheejin wrote:

> The dependency on code in`src` was an error, and was fixed in #133999. The dependency on code in `hdr` is fine, those are for determining if we're using the LLVM-libc type definitions or the type definitions from the system's libc. They were added after I designed that part, so they're not represented on the chart.

Thanks for the reply! Do you have a plan to backport it to LLVM 20 release? (If not, we can manually apply it though)

https://github.com/llvm/llvm-project/pull/91651


More information about the libc-commits mailing list