[libc-commits] [libc] [libc] mbrtowc implementation (PR #144760)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Jun 20 09:49:36 PDT 2025


================
@@ -365,6 +365,7 @@ set(TARGET_LIBC_ENTRYPOINTS
 
     # wchar.h entrypoints
     libc.src.wchar.btowc
+    libc.src.wchar.mbrtowc
----------------
michaelrj-google wrote:

this should be in the fullbuild only section, which starts on line 957 of this file.

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


More information about the libc-commits mailing list