[PATCH] D146462: [libc][obvious] fix missing memory_check_utils

Michael Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 15:07:11 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf2c3a9cbd229: [libc][obvious] fix missing memory_check_utils (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146462/new/

https://reviews.llvm.org/D146462

Files:
  utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel
@@ -144,6 +144,7 @@
     deps = [
         "//libc:__support_cpp_span",
         "//libc/test/UnitTest:memory_matcher",
+        ":memory_check_utils",
     ],
 )
 
@@ -156,6 +157,7 @@
     deps = [
         "//libc:__support_cpp_span",
         "//libc/test/UnitTest:memory_matcher",
+        ":memory_check_utils",
     ],
 )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146462.506745.patch
Type: text/x-patch
Size: 611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/b9b25e48/attachment.bin>


More information about the llvm-commits mailing list