Skip to content

[libc][bazel] Fix BUILD.bazel after 5ff2774. #137404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged

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
jyli0116 pushed a commit to jyli0116/llvm-project that referenced this pull request Apr 28, 2025
Add a missing dependency to __support_macros_null_check.
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.
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.
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.
Ankur-0429 pushed a commit to Ankur-0429/llvm-project that referenced this pull request May 9, 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