We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92764c9 commit 930f21cCopy full SHA for 930f21c
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -12067,12 +12067,14 @@ gentbl_cc_library(
12067
cc_library(
12068
name = "TransformDialectInterfaces",
12069
# FIXME: Change this once https://github.com/llvm/llvm-project/pull/85221 lands
12070
- hdrs = glob(["include/mlir/Dialect/Transform/IR/*.h"]),
+ hdrs = [
12071
+ "include/mlir/Dialect/Transform/IR/TransformInterfaces.h",
12072
+ "include/mlir/Dialect/Transform/IR/TransformTypes.h",
12073
+ ],
12074
deps = [
12075
":CastInterfaces",
12076
":IR",
12077
":Rewrite",
- ":SideEffectInterfaces",
12078
":Support",
12079
":TransformDialectInterfacesIncGen",
12080
":TransformDialectUtils",
0 commit comments