[libc-commits] [libc] [libcxx] [llvm] [libcxx][libc] Hand in Hand PoC with from_chars (PR #91651)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed May 14 09:37:39 PDT 2025
michaelrj-google wrote:
The dependency on code in`src` was an error, and was fixed in https://github.com/llvm/llvm-project/pull/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.
https://github.com/llvm/llvm-project/pull/91651
More information about the libc-commits
mailing list