[llvm] [Bazel] Fixes 00ff3df (PR #195726)

via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 12:47:26 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: forking-google-bazel-bot[bot]

<details>
<summary>Changes</summary>

This fixes 00ff3df6e8fdb29a46371842b1b41a33dc6c40db.



---
Full diff: https://github.com/llvm/llvm-project/pull/195726.diff


1 Files Affected:

- (modified) utils/bazel/llvm-project-overlay/libc/BUILD.bazel (+7) 


``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index c4d6f645306b9..bc72016e7fd19 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1443,16 +1443,23 @@ libc_support_library(
         ":__support_macros_config",
         ":__support_macros_properties_architectures",
         ":__support_threads_mutex",
+        ":__support_wchar_character_converter",
+        ":__support_wchar_mbstate",
+        ":__support_wchar_wcrtomb",
         ":errno",
         ":func_aligned_alloc",
         ":func_free",
         ":func_malloc",
         ":func_realloc",
+        ":hdr_errno_macros",
         ":hdr_stdint_proxy",
         ":hdr_stdio_macros",
         ":hdr_stdio_overlay",
+        ":hdr_wchar_macros",
         ":string_memory_utils",
         ":types_off_t",
+        ":types_wchar_t",
+        ":types_wint_t",
     ],
 )
 

``````````

</details>


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


More information about the llvm-commits mailing list