[libc-commits] [libc] [libc] Implemented wcsrchr (PR #142436)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Jun 2 14:57:29 PDT 2025


================
@@ -68,6 +68,17 @@ add_entrypoint_object(
     libc.src.__support.wctype_utils
 )
 
+add_entrypoint_object(
+  wcsrchr
+  SRCS
+    wcsrchr.cpp
+  HDRS
+    wcsrchr.h
+  DEPENDS
+    libc.hdr.wchar_macros
+    libc.src.__support.wctype_utils
----------------
michaelrj-google wrote:

don't need `wctype_utils`

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


More information about the libc-commits mailing list