Skip to content

Commit

Permalink
[libc][bazel] Add missing dependency in string_memory_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
gchatelet committed Dec 13, 2022
1 parent c604128 commit 6ce5e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Expand Up @@ -1092,6 +1092,7 @@ libc_support_library(
],
deps = [
":__support_common",
":__support_compiler_features",
":__support_cpp_array",
":__support_cpp_bit",
":__support_cpp_cstddef",
Expand Down

0 comments on commit 6ce5e53

Please sign in to comment.