[libc-commits] [libc] [libc] Add inet_ntop (PR #204143)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Mon Jul 6 02:26:28 PDT 2026


kaladron wrote:

> Any more thoughts on this?
> 
> The only unresolved issue I'm aware of is [#204143 (comment)](https://github.com/llvm/llvm-project/pull/204143#discussion_r3474866319), where I'm asking for clarification about the requested TODO.

I asked Michael about this last week because I was curious about the int_to_b36_char penalty.  It looks like we can probably force LIBC_CONF_CTYPE_SMALLER_ASCII on Linux to overcome the penalty (the resulting function should completely inline and optimise away)

I'd like us to not block on this for now and instead we should probably have a bigger conversation about how we'd support an EBCDIC target properly.

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


More information about the libc-commits mailing list