Skip to content

Commit 7578922

Browse files
authored
[bazel] Fix one missed target also broken by ff844df (#142854)
a4320ba fixed most targets but missed one.
1 parent a4320ba commit 7578922

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
@@ -4341,6 +4341,7 @@ libc_function(
43414341
hdrs = ["src/string/strncpy.h"],
43424342
deps = [
43434343
":__support_common",
4344+
":__support_macros_null_check",
43444345
],
43454346
)
43464347

0 commit comments

Comments
 (0)