[libc-commits] [libc] [libc] Support ls in printf (PR #178841)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Feb 4 14:47:12 PST 2026
================
@@ -129,8 +129,10 @@ add_header_library(
.writer
libc.include.inttypes
libc.hdr.limits_macros
+ libc.src.string.string_length
----------------
michaelrj-google wrote:
`libc.src.string.string_length` should exist, but right now it doesn't and because it's missing this target isn't being built.
https://github.com/llvm/llvm-project/pull/178841
More information about the libc-commits
mailing list