[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
Thu May 15 10:14:02 PDT 2025
michaelrj-google 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)
I hadn't planned on backporting since LLVM-libc doesn't really do much for releases right now, but it might be helpful for the libc++ users. I'll look into it if I have some spare time.
https://github.com/llvm/llvm-project/pull/91651
More information about the libc-commits
mailing list