[PATCH] D143678: [bazel] Add layering-check
Guillaume Chatelet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 01:23:52 PST 2023
gchatelet updated this revision to Diff 496865.
gchatelet added a comment.
- Fix typo
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.496865.patch
Type: text/x-patch
Size: 492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230213/6863e7ff/attachment.bin>
More information about the llvm-commits
mailing list