[PATCH] D148572: [libc][Bazel][NFC] add missing string deps

Michael Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 14:37:42 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 rGe3d764597f5e: [libc][Bazel][NFC] add missing string deps (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148572

Files:
  utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
  utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/libc/utils/MPFRWrapper/BUILD.bazel
@@ -38,6 +38,7 @@
         "//libc:__support_common",
         "//libc:__support_cpp_bit",
         "//libc:__support_cpp_bitset",
+        "//libc:__support_cpp_string",
         "//libc:__support_cpp_string_view",
         "//libc:__support_cpp_type_traits",
         "//libc:__support_fputil_fp_bits",
Index: utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
@@ -108,6 +108,7 @@
         "StringUtils.h",
     ],
     deps = [
+        "//libc:__support_cpp_string",
         "//libc:__support_cpp_type_traits",
     ],
 )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148572.514415.patch
Type: text/x-patch
Size: 1031 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/63e1e9a8/attachment.bin>


More information about the llvm-commits mailing list