[libc][bazel] Remove memcpy dependency in memmove
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 17 Jun 2022 09:07:24 +0000 (09:07 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 17 Jun 2022 09:07:24 +0000 (09:07 +0000)
utils/bazel/llvm-project-overlay/libc/BUILD.bazel

index 0dde561..f40b671 100644 (file)
@@ -866,7 +866,6 @@ libc_function(
     deps = [
         ":__support_common",
         ":__support_integer_operations",
-        ":memcpy",
         ":string_memory_utils",
     ],
 )