[llvm] [libc][bazel] Added wchar functions to bazel (PR #146126)
Michael Jones via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 27 14:00:59 PDT 2025
================
@@ -323,6 +354,11 @@ libc_support_library(
deps = [":hdr_stdlib_overlay"],
)
+libc_support_library(
+ name = "types_mbstate_t",
+ hdrs = ["hdr/types/mbstate_t.h"],
+)
+
----------------
michaelrj-google wrote:
this isn't used right now, and it won't work if someone tries, so it should be removed.
https://github.com/llvm/llvm-project/pull/146126
More information about the llvm-commits
mailing list