Skip to content

Commit 8c87496

Browse files
[libc] Fix bazel build by build by adding missing deps. (#151090)
This was broken by #150661, which added includes to `wcspbrk.cpp` and `wcschr.cpp` that weren't in the dependencies of the corresponding targets. Signed-off-by: Ingo Müller <[email protected]>
1 parent 3ea3e33 commit 8c87496

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
@@ -6379,6 +6379,7 @@ libc_function(
63796379
":__support_common",
63806380
":__support_macros_null_check",
63816381
":types_wchar_t",
6382+
":wchar_utils",
63826383
],
63836384
)
63846385

0 commit comments

Comments
 (0)