[PATCH] D114014: [Bazel] Update .bazelignore for moved google/benchmark

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 10:42:26 PST 2021


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

We need to avoid directly processing the Bazel config in LLVM's copy of
google/benchmark, which was moved in
https://github.com/llvm/llvm-project/commit/1ee32055ea.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114014

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
@@ -1,4 +1,5 @@
 # Ignore the utils/bazel directory when this is overlayed onto the repo root.
 utils/bazel
-# This directory has a Bazel config
-libcxx/utils/google-benchmark
+# Ignore third-party projects. These should be configured separately and some
+# include Bazel configs.
+third-party


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114014.387697.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211116/18ac44f4/attachment.bin>


More information about the llvm-commits mailing list