File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7382,7 +7382,7 @@ cc_library(
7382
7382
":Support" ,
7383
7383
":TensorOpsIncGen" ,
7384
7384
":TilingInterface" ,
7385
- ":TransformDialect " ,
7385
+ ":TransformDialectInterfaces " ,
7386
7386
":ValueBoundsOpInterface" ,
7387
7387
":ViewLikeInterface" ,
7388
7388
"//llvm:Support" ,
@@ -12064,6 +12064,24 @@ gentbl_cc_library(
12064
12064
deps = [":TransformDialectTdFiles" ],
12065
12065
)
12066
12066
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" ]),
12071
+ deps = [
12072
+ ":CastInterfaces" ,
12073
+ ":IR" ,
12074
+ ":Rewrite" ,
12075
+ ":SideEffectInterfaces" ,
12076
+ ":Support" ,
12077
+ ":TransformDialectInterfacesIncGen" ,
12078
+ ":TransformDialectUtils" ,
12079
+ ":TransformTypesIncGen" ,
12080
+ ":Transforms" ,
12081
+ "//llvm:Support" ,
12082
+ ],
12083
+ )
12084
+
12067
12085
cc_library (
12068
12086
name = "TransformDialect" ,
12069
12087
srcs = glob (["lib/Dialect/Transform/IR/*.cpp" ]),
You can’t perform that action at this time.
0 commit comments