forked from OSchip/llvm-project
[bazel] Enable layering_check for MLIR test directory
This would have enabled me to notice the MLIR test file needed updating too, preventing the test file of 2074eef5db
from being necessary.
layering_check is already enabled in mlir/BUILD.bazel. I don't know why I didn't see the other breakage there.
Differential Revision: https://reviews.llvm.org/D118125
This commit is contained in:
parent
7e73fd95a0
commit
e7cf109587
|
@ -6,6 +6,7 @@ load("//mlir:tblgen.bzl", "gentbl_cc_library", "td_library")
|
|||
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
features = ["layering_check"],
|
||||
licenses = ["notice"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue