[libc][bazel] Add missing dependency in string_memory_utils
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 13 Dec 2022 16:05:35 +0000 (16:05 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 13 Dec 2022 16:05:47 +0000 (16:05 +0000)
utils/bazel/llvm-project-overlay/libc/BUILD.bazel

index 1b7aa1f..c0f5062 100644 (file)
@@ -1092,6 +1092,7 @@ libc_support_library(
     ],
     deps = [
         ":__support_common",
+        ":__support_compiler_features",
         ":__support_cpp_array",
         ":__support_cpp_bit",
         ":__support_cpp_cstddef",