[PATCH] D143678: [bazel] Add layering-check
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 05:24:59 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5916decfc2ba: [bazel] Add layering-check (authored by gchatelet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143678/new/
https://reviews.llvm.org/D143678
Files:
utils/bazel/.bazelrc
Index: utils/bazel/.bazelrc
===================================================================
--- utils/bazel/.bazelrc
+++ utils/bazel/.bazelrc
@@ -22,6 +22,9 @@
# based on compilation_mode.
build --strip=never
+# Add layering check to all projects.
+build --features=layering_check
+
###############################################################################
# Options to select different strategies for linking potential dependent
# libraries. The default leaves it disabled.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143678.502999.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230307/c14acd4b/attachment.bin>
More information about the llvm-commits
mailing list