[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:44:52 PST 2021


GMNGeoffrey created this revision.
GMNGeoffrey requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is getting reverted and relanded a lot, breaking the build each
time.


Repository:
  rG LLVM Github Monorepo

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.387789.patch
Type: text/x-patch
Size: 399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/697a0433/attachment.bin>


More information about the llvm-commits mailing list