File tree 1 file changed +27
-0
lines changed
utils/bazel/llvm-project-overlay/mlir
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -13783,12 +13783,39 @@ gentbl_cc_library(
13783
13783
deps = [":OpBaseTdFiles" ],
13784
13784
)
13785
13785
13786
+ gentbl_cc_library (
13787
+ name = "DLTIAttrsIncGen" ,
13788
+ tbl_outs = [
13789
+ (
13790
+ [
13791
+ "-gen-attrdef-decls" ,
13792
+ "-dialect=dlti" ,
13793
+ ],
13794
+ "include/mlir/Dialect/DLTI/DLTIAttrs.h.inc" ,
13795
+ ),
13796
+ (
13797
+ [
13798
+ "-gen-attrdef-defs" ,
13799
+ "-dialect=dlti" ,
13800
+ ],
13801
+ "include/mlir/Dialect/DLTI/DLTIAttrs.cpp.inc" ,
13802
+ ),
13803
+ ],
13804
+ tblgen = ":mlir-tblgen" ,
13805
+ td_file = "include/mlir/Dialect/DLTI/DLTIAttrs.td" ,
13806
+ deps = [
13807
+ ":AttrTdFiles" ,
13808
+ ":DLTIDialectTdFiles" ,
13809
+ ],
13810
+ )
13811
+
13786
13812
cc_library (
13787
13813
name = "DLTIDialect" ,
13788
13814
srcs = glob (["lib/Dialect/DLTI/*.cpp" ]),
13789
13815
hdrs = glob (["include/mlir/Dialect/DLTI/*.h" ]),
13790
13816
includes = ["include" ],
13791
13817
deps = [
13818
+ ":DLTIAttrsIncGen" ,
13792
13819
":DLTIBaseIncGen" ,
13793
13820
":DataLayoutInterfaces" ,
13794
13821
":IR" ,
You can’t perform that action at this time.
0 commit comments