Skip to content

Commit 4745637

Browse files
[libc] Fix bazel build by build by adding missing deps. (#151093)
This adds two dependencies that I wanted to be part of #151090 but forgot to add them before the last push, which related to `wcschr.cpp` and were originally broken by #150661. Signed-off-by: Ingo Müller <[email protected]>
1 parent 3eee9fc commit 4745637

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
@@ -6252,7 +6252,9 @@ libc_function(
62526252
deps = [
62536253
":__support_common",
62546254
":__support_macros_config",
6255+
":__support_macros_null_check",
62556256
":types_wchar_t",
6257+
":wchar_utils",
62566258
],
62576259
)
62586260

0 commit comments

Comments
 (0)