File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4515,6 +4515,7 @@ cc_library(
45154515 deps = [
45164516 ":CallOpInterfaces" ,
45174517 ":IR" ,
4518+ ":TransformsDialectInterfaceIncGen" ,
45184519 "//llvm:Support" ,
45194520 ],
45204521)
@@ -7982,6 +7983,21 @@ gentbl_cc_library(
79827983 ],
79837984)
79847985
7986+ gentbl_cc_library (
7987+ name = "TransformsDialectInterfaceIncGen" ,
7988+ includes = ["include" ],
7989+ tbl_outs = {
7990+ "include/mlir/Transforms/DialectInlinerInterface.h.inc" : [
7991+ "-gen-dialect-interface-decls" ,
7992+ ],
7993+ },
7994+ tblgen = ":mlir-tblgen" ,
7995+ td_file = "include/mlir/Transforms/DialectInlinerInterface.td" ,
7996+ deps = [
7997+ ":OpBaseTdFiles" ,
7998+ ],
7999+ )
8000+
79858001cc_library (
79868002 name = "Transforms" ,
79878003 srcs = glob ([
You can’t perform that action at this time.
0 commit comments