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

Add a missing dependency to __support_macros_null_check.
This commit is contained in:
Alexey Samsonov
2025-04-25 15:06:30 -07:00
committed by GitHub
parent b571aa49b1
commit 157dfcf531

View File

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