Skip to content

Commit 95820ca

Browse files
committed
[mlir][bazel] revert bazel rule change for DLTITransformOps
1 parent cb5ec37 commit 95820ca

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4826,7 +4826,6 @@ cc_library(
48264826
":BuiltinToLLVMIRTranslation",
48274827
":ComplexToLLVM",
48284828
":ControlFlowToLLVM",
4829-
":DLTITransformOps",
48304829
":FuncExtensions",
48314830
":FuncToLLVM",
48324831
":FuncTransformOps",
@@ -13989,53 +13988,6 @@ cc_library(
1398913988
],
1399013989
)
1399113990

13992-
td_library(
13993-
name = "DLTITransformOpsTdFiles",
13994-
srcs = [
13995-
"include/mlir/Dialect/DLTI/TransformOps/DLTITransformOps.td",
13996-
],
13997-
includes = ["include"],
13998-
deps = [
13999-
":DLTIDialectTdFiles",
14000-
":TransformDialectTdFiles",
14001-
],
14002-
)
14003-
14004-
gentbl_cc_library(
14005-
name = "DLTITransformOpsIncGen",
14006-
tbl_outs = [
14007-
(
14008-
["-gen-op-decls"],
14009-
"include/mlir/Dialect/DLTI/TransformOps/DLTITransformOps.h.inc",
14010-
),
14011-
(
14012-
["-gen-op-defs"],
14013-
"include/mlir/Dialect/DLTI/TransformOps/DLTITransformOps.cpp.inc",
14014-
),
14015-
],
14016-
tblgen = ":mlir-tblgen",
14017-
td_file = "include/mlir/Dialect/DLTI/TransformOps/DLTITransformOps.td",
14018-
deps = [
14019-
":DLTITransformOpsTdFiles",
14020-
],
14021-
)
14022-
14023-
cc_library(
14024-
name = "DLTITransformOps",
14025-
srcs = glob(["lib/Dialect/DLTI/TransformOps/*.cpp"]),
14026-
hdrs = glob(["include/mlir/Dialect/DLTI/TransformOps/*.h"]),
14027-
includes = ["include"],
14028-
deps = [
14029-
":DLTIDialect",
14030-
":DLTITransformOpsIncGen",
14031-
":DataLayoutInterfaces",
14032-
":IR",
14033-
":TransformDialect",
14034-
":TransformDialectInterfaces",
14035-
":TransformDialectUtils",
14036-
],
14037-
)
14038-
1403913991
gentbl_cc_library(
1404013992
name = "ReducerIncGen",
1404113993
tbl_outs = [

0 commit comments

Comments
 (0)