[libc-commits] [libc] [libc] cmake and config for wchar file entrypoints (PR #196167)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Thu May 7 06:39:36 PDT 2026


================
@@ -396,6 +396,17 @@ set(TARGET_LIBC_ENTRYPOINTS
     # wchar.h entrypoints
     libc.src.wchar.wcslen
     libc.src.wchar.wctob
+    libc.src.wchar.fgetwc
+    libc.src.wchar.fgetws
+    libc.src.wchar.fputwc
+    libc.src.wchar.fputws
+    libc.src.wchar.fwide
+    libc.src.wchar.getwc
+    libc.src.wchar.getwchar
+    libc.src.wchar.putwc
+    libc.src.wchar.putwchar
+    libc.src.wchar.ungetwc
+
----------------
bassiounix wrote:

```suggestion
```

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


More information about the libc-commits mailing list