[libc-commits] [libc] [libc] Support %lc in printf (PR #169983)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Sat Dec 27 10:21:32 PST 2025
================
@@ -9,6 +9,10 @@
#ifndef LLVM_LIBC_SRC_STDIO_PRINTF_CORE_PARSER_H
#define LLVM_LIBC_SRC_STDIO_PRINTF_CORE_PARSER_H
+#ifndef LIBC_COPT_PRINTF_DISABLE_WIDE
----------------
vonosmas wrote:
Move this next to other optional includes below (e.g. the ones for `LIBC_COPT_PRINTF_DISABLE_STRERROR`)
https://github.com/llvm/llvm-project/pull/169983
More information about the libc-commits
mailing list