[libc-commits] [libc] [libc] Support %lc in printf (PR #169983)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Fri Dec 26 09:31:51 PST 2025


================
@@ -67,6 +79,7 @@ add_header_library(
     parser.h
   DEPENDS
     .core_structs
+    libc.hdr.types.wint_t
----------------
vonosmas wrote:

It's possible you'll still need to add this dep conditionally

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


More information about the libc-commits mailing list