[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:46:25 PDT 2021
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG279c3a5be3b4: [Bazel] ignore build files under libcxx's copy of google-benchmark (authored by GMNGeoffrey).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105833/new/
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.358039.patch
Type: text/x-patch
Size: 397 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210712/2c005c1a/attachment.bin>
More information about the llvm-commits
mailing list