[PATCH] D113952: [Bazel] Enable layering_check for MLIR build

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 15:53:41 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd4238fbf6a69: [Bazel] Enable layering_check for MLIR build (authored by GMNGeoffrey).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113952/new/

https://reviews.llvm.org/D113952

Files:
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -16,6 +16,7 @@
 
 package(
     default_visibility = ["//visibility:public"],
+    features = ["layering_check"],
     licenses = ["notice"],
 )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113952.387433.patch
Type: text/x-patch
Size: 383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211115/d4d77457/attachment.bin>


More information about the llvm-commits mailing list