[libc-commits] [libc] [libc] 185136 - added iswlower entry point (PR #185221)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Mar 9 10:22:41 PDT 2026
================
@@ -7,3 +7,13 @@ add_entrypoint_object(
DEPENDS
libc.src.__support.wctype_utils
)
+
+add_entrypoint_object(
+ iswlower
+ SRCS
+ iswlower.cpp
+ HDRS
+ iswlower.h
+ DEPENDS
+ libc.src.__support.wctype_utils
----------------
michaelrj-google wrote:
missing dependency on `libc.hdr.types.wint_t`
https://github.com/llvm/llvm-project/pull/185221
More information about the libc-commits
mailing list