fix #181217
This commit is contained in:
Yi Zhang 2026-02-15 14:40:30 -05:00 committed by GitHub
parent ec095a5d47
commit 7f5c1b95b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4552,7 +4552,6 @@ cc_library(
includes = ["include"],
deps = [
":DataLayoutInterfacesIncGen",
":DialectFoldInterfaceIncGen",
":IR",
"//llvm:Support",
],
@ -7916,6 +7915,7 @@ gentbl_cc_library(
tbl_outs = {
"include/mlir/Interfaces/DataLayoutAttrInterface.h.inc": ["-gen-attr-interface-decls"],
"include/mlir/Interfaces/DataLayoutAttrInterface.cpp.inc": ["-gen-attr-interface-defs"],
"include/mlir/Interfaces/DataLayoutDialectInterface.h.inc": ["-gen-dialect-interface-decls"],
"include/mlir/Interfaces/DataLayoutOpInterface.h.inc": ["-gen-op-interface-decls"],
"include/mlir/Interfaces/DataLayoutOpInterface.cpp.inc": ["-gen-op-interface-defs"],
"include/mlir/Interfaces/DataLayoutTypeInterface.h.inc": ["-gen-type-interface-decls"],