Skip to content

Commit 157dfcf

Browse files
authored
[libc][bazel] Fix BUILD.bazel after 5ff2774. (llvm#137404)
Add a missing dependency to __support_macros_null_check.
1 parent b571aa4 commit 157dfcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ libc_support_library(
10001000
":__support_cpp_bit",
10011001
":__support_cpp_type_traits",
10021002
":__support_macros_attributes",
1003+
":__support_macros_null_check",
10031004
":__support_macros_optimization",
10041005
":__support_math_extras",
10051006
":llvm_libc_macros_stdfix_macros",

0 commit comments

Comments
 (0)