[bazel] Port d00a49fc3495f260d8b3125b5d9f4e263ac13166 (#192637)
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index eb4a97b..9617159 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -489,6 +489,11 @@
)
libc_support_library(
+ name = "hdr_wctype_overlay",
+ hdrs = ["hdr/wctype_overlay.h"],
+)
+
+libc_support_library(
name = "hdr_stdint_proxy",
hdrs = ["hdr/stdint_proxy.h"],
)
@@ -676,6 +681,14 @@
)
libc_support_library(
+ name = "types_wctype_t",
+ hdrs = ["hdr/types/wctype_t.h"],
+ deps = [
+ ":hdr_wctype_overlay",
+ ],
+)
+
+libc_support_library(
name = "types_wint_t",
hdrs = ["hdr/types/wint_t.h"],
deps = [
@@ -2319,9 +2332,12 @@
name = "__support_wctype_utils",
hdrs = ["src/__support/wctype_utils.h"],
deps = [
+ ":__support_cpp_array",
+ ":__support_cpp_string_view",
":__support_macros_attributes",
":__support_macros_config",
":types_wchar_t",
+ ":types_wctype_t",
],
)