File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3183,42 +3183,42 @@ gentbl_cc_library(
31833183 "-gen-dialect-decls" ,
31843184 "-dialect=mesh" ,
31853185 ],
3186- "include/mlir/Dialect/Mesh/IR/MeshOpsDialect .h.inc" ,
3186+ "include/mlir/Dialect/Mesh/IR/MeshDialect .h.inc" ,
31873187 ),
31883188 (
31893189 [
31903190 "-gen-dialect-defs" ,
31913191 "-dialect=mesh" ,
31923192 ],
3193- "include/mlir/Dialect/Mesh/IR/MeshOpsDialect .cpp.inc" ,
3193+ "include/mlir/Dialect/Mesh/IR/MeshDialect .cpp.inc" ,
31943194 ),
31953195 (
31963196 [
31973197 "-gen-enum-decls" ,
31983198 "-dialect=mesh" ,
31993199 ],
3200- "include/mlir/Dialect/Mesh/IR/MeshOpsEnums .h.inc" ,
3200+ "include/mlir/Dialect/Mesh/IR/MeshEnums .h.inc" ,
32013201 ),
32023202 (
32033203 [
32043204 "-gen-enum-defs" ,
32053205 "-dialect=mesh" ,
32063206 ],
3207- "include/mlir/Dialect/Mesh/IR/MeshOpsEnums .cpp.inc" ,
3207+ "include/mlir/Dialect/Mesh/IR/MeshEnums .cpp.inc" ,
32083208 ),
32093209 (
32103210 [
32113211 "-gen-attrdef-decls" ,
32123212 "-dialect=mesh" ,
32133213 ],
3214- "include/mlir/Dialect/Mesh/IR/MeshOpsAttributes .h.inc" ,
3214+ "include/mlir/Dialect/Mesh/IR/MeshAttributes .h.inc" ,
32153215 ),
32163216 (
32173217 [
32183218 "-gen-attrdef-defs" ,
32193219 "-dialect=mesh" ,
32203220 ],
3221- "include/mlir/Dialect/Mesh/IR/MeshOpsAttributes .cpp.inc" ,
3221+ "include/mlir/Dialect/Mesh/IR/MeshAttributes .cpp.inc" ,
32223222 ),
32233223 ],
32243224 tblgen = ":mlir-tblgen" ,
You can’t perform that action at this time.
0 commit comments