[PATCH] D105833: [Bazel] ignore build files under libcxx's copy of google-benchmark
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 12:16:02 PDT 2021
GMNGeoffrey created this revision.
GMNGeoffrey requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
https://github.com/llvm/llvm-project/commit/5208ec5c66dc updated the
of google-benchmark under libcxx adding a BUILD.bazel file. This upsets
Bazel in our overlay configuration because it tries to interpret this
file.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105833
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,2 +1,4 @@
# 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105833.358024.patch
Type: text/x-patch
Size: 397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210712/5de07be6/attachment.bin>
More information about the llvm-commits
mailing list