[llvm] Fix bazel target broken in #157537 (PR #157982)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 19:05:33 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (jtstogel)

<details>
<summary>Changes</summary>



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


1 Files Affected:

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


``````````diff
diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
index 173e5b528237e..3e62769dd0077 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -711,6 +711,7 @@ libc_support_library(
     deps = [
         ":__support_cpp_algorithm",
         ":__support_cpp_bit",
+        ":__support_cpp_tuple",
         ":__support_cpp_type_traits",
         ":__support_macros_attributes",
         ":hdr_stdint_proxy",

``````````

</details>


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


More information about the llvm-commits mailing list