Skip to content

Commit eb0c863

Browse files
authored
[bazel] Port #147408 (#150154)
Add deps for 45d0750
1 parent 324773e commit eb0c863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6189,6 +6189,7 @@ libc_function(
61896189
deps = [
61906190
":__support_common",
61916191
":__support_macros_config",
6192+
":__support_macros_null_check",
61926193
":types_size_t",
61936194
":types_wchar_t",
61946195
":wchar_utils",
@@ -6301,6 +6302,7 @@ libc_function(
63016302
deps = [
63026303
":__support_common",
63036304
":__support_macros_config",
6305+
":__support_macros_null_check",
63046306
":types_size_t",
63056307
":types_wchar_t",
63066308
":wchar_utils",

0 commit comments

Comments
 (0)