Skip to content

Commit 1c58bc7

Browse files
authored
[mlir][bazel] Fix build issues caused by llvm#157711 (llvm#157838)
1 parent 349544d commit 1c58bc7

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

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

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,13 +1374,6 @@ td_library(
13741374
deps = [":OpBaseTdFiles"],
13751375
)
13761376

1377-
td_library(
1378-
name = "CopyOpInterfaceTdFiles",
1379-
srcs = ["include/mlir/Interfaces/CopyOpInterface.td"],
1380-
includes = ["include"],
1381-
deps = [":OpBaseTdFiles"],
1382-
)
1383-
13841377
td_library(
13851378
name = "DerivedAttributeOpInterfaceTdFiles",
13861379
srcs = ["include/mlir/Interfaces/DerivedAttributeOpInterface.td"],
@@ -4406,17 +4399,6 @@ cc_library(
44064399
],
44074400
)
44084401

4409-
cc_library(
4410-
name = "CopyOpInterface",
4411-
srcs = ["lib/Interfaces/CopyOpInterface.cpp"],
4412-
hdrs = ["include/mlir/Interfaces/CopyOpInterface.h"],
4413-
includes = ["include"],
4414-
deps = [
4415-
":CopyOpInterfaceIncGen",
4416-
":IR",
4417-
],
4418-
)
4419-
44204402
td_library(
44214403
name = "ShapeOpsTdFiles",
44224404
srcs = [
@@ -7680,17 +7662,6 @@ gentbl_cc_library(
76807662
deps = [":ViewLikeInterfaceTdFiles"],
76817663
)
76827664

7683-
gentbl_cc_library(
7684-
name = "CopyOpInterfaceIncGen",
7685-
tbl_outs = {
7686-
"include/mlir/Interfaces/CopyOpInterface.h.inc": ["-gen-op-interface-decls"],
7687-
"include/mlir/Interfaces/CopyOpInterface.cpp.inc": ["-gen-op-interface-defs"],
7688-
},
7689-
tblgen = ":mlir-tblgen",
7690-
td_file = "include/mlir/Interfaces/CopyOpInterface.td",
7691-
deps = [":CopyOpInterfaceTdFiles"],
7692-
)
7693-
76947665
gentbl_cc_library(
76957666
name = "TransformsPassIncGen",
76967667
tbl_outs = {
@@ -10561,7 +10532,6 @@ td_library(
1056110532
],
1056210533
includes = ["include"],
1056310534
deps = [
10564-
":CopyOpInterfaceTdFiles",
1056510535
":DestinationStyleOpInterface",
1056610536
":LinalgOpsTdFiles",
1056710537
":OpBaseTdFiles",
@@ -10784,7 +10754,6 @@ cc_library(
1078410754
":BytecodeOpInterface",
1078510755
":ComplexDialect",
1078610756
":ControlFlowInterfaces",
10787-
":CopyOpInterface",
1078810757
":DestinationStyleOpInterface",
1078910758
":DialectUtils",
1079010759
":FunctionInterfaces",
@@ -12595,7 +12564,6 @@ td_library(
1259512564
":ArithOpsTdFiles",
1259612565
":CastInterfacesTdFiles",
1259712566
":ControlFlowInterfacesTdFiles",
12598-
":CopyOpInterfaceTdFiles",
1259912567
":MemorySlotInterfacesTdFiles",
1260012568
":OpBaseTdFiles",
1260112569
":ShapedOpInterfacesTdFiles",
@@ -12657,7 +12625,6 @@ cc_library(
1265712625
":ControlFlowInterfaces",
1265812626
":ConvertToEmitCInterface",
1265912627
":ConvertToLLVMInterface",
12660-
":CopyOpInterface",
1266112628
":DialectUtils",
1266212629
":IR",
1266312630
":InferIntRangeCommon",
@@ -13063,7 +13030,6 @@ td_library(
1306313030
":BufferViewFlowOpInterfaceTdFiles",
1306413031
":BufferizableOpInterfaceTdFiles",
1306513032
":BufferizationTypeInterfacesTdFiles",
13066-
":CopyOpInterfaceTdFiles",
1306713033
":DestinationStyleOpInterfaceTdFiles",
1306813034
":InferTypeOpInterfaceTdFiles",
1306913035
":OpBaseTdFiles",
@@ -13252,7 +13218,6 @@ cc_library(
1325213218
":BufferizationTypeInterfacesIncGen",
1325313219
":BytecodeOpInterface",
1325413220
":ControlFlowInterfaces",
13255-
":CopyOpInterface",
1325613221
":DestinationStyleOpInterface",
1325713222
":FuncDialect",
1325813223
":FunctionInterfaces",

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ td_library(
119119
"//mlir:BuiltinDialectTdFiles",
120120
"//mlir:CallInterfacesTdFiles",
121121
"//mlir:ControlFlowInterfacesTdFiles",
122-
"//mlir:CopyOpInterfaceTdFiles",
123122
"//mlir:DLTIDialectTdFiles",
124123
"//mlir:DataLayoutInterfacesTdFiles",
125124
"//mlir:DestinationStyleOpInterfaceTdFiles",
@@ -385,7 +384,6 @@ cc_library(
385384
"//mlir:CallOpInterfaces",
386385
"//mlir:CommonFolders",
387386
"//mlir:ControlFlowInterfaces",
388-
"//mlir:CopyOpInterface",
389387
"//mlir:DLTIDialect",
390388
"//mlir:DataLayoutInterfaces",
391389
"//mlir:DerivedAttributeOpInterface",

0 commit comments

Comments
 (0)