[libc-commits] [libc] [libc] Implement entrypoint and test of iswupper function (PR #185215)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Mar 9 10:25:08 PDT 2026
================
@@ -7,3 +7,13 @@ add_entrypoint_object(
DEPENDS
libc.src.__support.wctype_utils
)
+
+add_entrypoint_object(
+ iswupper
+ SRCS
+ iswupper.cpp
+ HDRS
+ iswupper.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/185215
More information about the libc-commits
mailing list