Skip to content

Commit 23643d1

Browse files
committed
[bazel][libc] Add a missing string_view dependency
The dependency was introduced in 9a99afb
1 parent c95723b commit 23643d1

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
@@ -661,6 +661,7 @@ libc_support_library(
661661
],
662662
deps = [
663663
":__support_common",
664+
":__support_cpp_string_view",
664665
":__support_osutil_syscall",
665666
":libc_root",
666667
":string_utils",

0 commit comments

Comments
 (0)