[llvm] [libc][bazel] Fix BUILD.bazel after 5ff2774. (PR #137404)

via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 25 15:00:54 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Alexey Samsonov (vonosmas)

<details>
<summary>Changes</summary>

Add a missing dependency to __support_macros_null_check.

---
Full diff: https://github.com/llvm/llvm-project/pull/137404.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 fea2cf54ab1ed..d9a02a2fd85c5 100644
--- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -1000,6 +1000,7 @@ libc_support_library(
         ":__support_cpp_bit",
         ":__support_cpp_type_traits",
         ":__support_macros_attributes",
+        ":__support_macros_null_check",
         ":__support_macros_optimization",
         ":__support_math_extras",
         ":llvm_libc_macros_stdfix_macros",

``````````

</details>


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


More information about the llvm-commits mailing list