[bazel][libc] Add a missing string_view dependency
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 3 Apr 2023 11:04:17 +0000 (13:04 +0200)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 3 Apr 2023 11:04:17 +0000 (13:04 +0200)
The dependency was introduced in
https://github.com/llvm/llvm-project/commit/9a99afb455601aaa3a28d307c7bbcfdaad3fa4fc

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

index 622abc3..ffcb1da 100644 (file)
@@ -661,6 +661,7 @@ libc_support_library(
     ],
     deps = [
         ":__support_common",
+        ":__support_cpp_string_view",
         ":__support_osutil_syscall",
         ":libc_root",
         ":string_utils",