Skip to content

Conversation

@vonosmas
Copy link
Contributor

Add a missing dependency to __support_macros_null_check.

Add a missing dependency to __support_macros_null_check.
@llvmbot llvmbot added libc bazel "Peripheral" support tier build system: utils/bazel labels Apr 25, 2025
@llvmbot
Copy link
Member

llvmbot commented Apr 25, 2025

@llvm/pr-subscribers-libc

Author: Alexey Samsonov (vonosmas)

Changes

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 --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",

@durin42 durin42 merged commit 157dfcf into llvm:main Apr 25, 2025
12 checks passed
@vonosmas vonosmas deleted the 5ff2774-fix branch April 25, 2025 22:07
IanWood1 pushed a commit to IanWood1/llvm-project that referenced this pull request May 6, 2025
Add a missing dependency to __support_macros_null_check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel "Peripheral" support tier build system: utils/bazel libc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants