[libc-commits] [libc] [libc] Support %lc in printf (PR #169983)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Sun Dec 21 11:00:44 PST 2025
================
@@ -76,6 +89,7 @@ add_header_library(
libc.src.__support.CPP.string_view
libc.src.__support.CPP.type_traits
libc.src.__support.common
+ ${wchar_deps}
----------------
vonosmas wrote:
Parser won't need so many deps, it will only need `wint_t` type.
https://github.com/llvm/llvm-project/pull/169983
More information about the libc-commits
mailing list