[libc-commits] [libc] [libc] Implemented wcrtomb internal function and public libc function (PR #144596)

via libc-commits libc-commits at lists.llvm.org
Wed Jun 18 09:20:37 PDT 2025


================
@@ -19,3 +19,19 @@ add_object_library(
     libc.src.__support.math_extras
     .mbstate
 )
+
+add_object_library(
+  wcrtomb
+  HDRS
+    wcrtomb.h
+  SRCS 
+    wcrtomb.cpp
+  DEPENDS
----------------
sribee8 wrote:

do you need to add the common include to cmake?

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


More information about the libc-commits mailing list