[libc-commits] [libc] [libc] Add wchar support to File (PR #189504)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Thu Apr 9 00:59:58 PDT 2026


================
@@ -444,6 +444,14 @@ add_subdirectory(RPC)
 # before "File".
 add_subdirectory(threads)
 
+# Requires access to uchar header which is not on macos
----------------
kaladron wrote:

Can we detect uchar header instead to make porting easier?

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


More information about the libc-commits mailing list