[libc-commits] [libc] [libc] Implemented wcscmp (PR #142423)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon Jun 2 11:18:39 PDT 2025


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

`wctype_utils` isn't used, fix dependency

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


More information about the libc-commits mailing list