[PATCH] D114043: [Bazel] Ignore both old and new benchmark directories

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 16:49:48 PST 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG00e11fdf09f1: [Bazel] Ignore both old and new benchmark directories (authored by GMNGeoffrey).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114043

Files:
  utils/bazel/llvm-project-overlay/.bazelignore


Index: utils/bazel/llvm-project-overlay/.bazelignore
===================================================================
--- utils/bazel/llvm-project-overlay/.bazelignore
+++ utils/bazel/llvm-project-overlay/.bazelignore
@@ -2,4 +2,5 @@
 utils/bazel
 # Ignore third-party projects. These should be configured separately and some
 # include Bazel configs.
+libcxx/utils/google-benchmark
 third-party


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114043.387790.patch
Type: text/x-patch
Size: 399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/fe799613/attachment.bin>


More information about the llvm-commits mailing list