[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:50:16 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 rG7bfa9bd15574: [Bazel] Update .bazelignore for moved google/benchmark (authored by GMNGeoffrey).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114014/new/
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.387700.patch
Type: text/x-patch
Size: 515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211116/461ae029/attachment.bin>
More information about the llvm-commits
mailing list