[PATCH] D140510: [libc][obvious] fix bazel after removing vector

Michael Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 16:03:58 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8aba17637788: [libc][obvious] fix bazel after removing vector (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140510

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


Index: utils/bazel/llvm-project-overlay/libc/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/libc/BUILD.bazel
@@ -162,12 +162,6 @@
     ],
 )
 
-libc_support_library(
-    name = "__support_cpp_vector",
-    hdrs = ["src/__support/CPP/vector.h"],
-    deps = [":libc_root"],
-)
-
 libc_support_library(
     name = "__support_cpp_atomic",
     hdrs = ["src/__support/CPP/atomic.h"],


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140510.484712.patch
Type: text/x-patch
Size: 506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221222/aedec8fa/attachment.bin>


More information about the llvm-commits mailing list