File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6881,8 +6881,8 @@ cc_library(
68816881 deps = [
68826882 ":SPIRVDialect" ,
68836883 ":Support" ,
6884- "//llvm:config" ,
68856884 "//llvm:Support" ,
6885+ "//llvm:config" ,
68866886 ],
68876887)
68886888
@@ -11249,14 +11249,20 @@ td_library(
1124911249)
1125011250
1125111251gentbl_cc_library (
11252- name = "TransformDialectEnumsIncGen " ,
11252+ name = "TransformAttrsIncGen " ,
1125311253 tbl_outs = {
1125411254 "include/mlir/Dialect/Transform/IR/TransformDialectEnums.h.inc" : [
1125511255 "-gen-enum-decls" ,
1125611256 ],
1125711257 "include/mlir/Dialect/Transform/IR/TransformDialectEnums.cpp.inc" : [
1125811258 "-gen-enum-defs" ,
1125911259 ],
11260+ "include/mlir/Dialect/Transform/IR/TransformAttrs.h.inc" : [
11261+ "-gen-attrdef-decls" ,
11262+ ],
11263+ "include/mlir/Dialect/Transform/IR/TransformAttrs.cpp.inc" : [
11264+ "-gen-attrdef-defs" ,
11265+ ],
1126011266 },
1126111267 tblgen = ":mlir-tblgen" ,
1126211268 td_file = "include/mlir/Dialect/Transform/IR/TransformAttrs.td" ,
@@ -11382,7 +11388,7 @@ cc_library(
1138211388 ":Rewrite" ,
1138311389 ":SideEffectInterfaces" ,
1138411390 ":Support" ,
11385- ":TransformDialectEnumsIncGen " ,
11391+ ":TransformAttrsIncGen " ,
1138611392 ":TransformDialectIncGen" ,
1138711393 ":TransformDialectInterfaces" ,
1138811394 ":TransformDialectUtils" ,
You can’t perform that action at this time.
0 commit comments