Skip to content

Commit 9ef7ae5

Browse files
committed
Revert "[MLIR] Update bazel build file after 4553056"
This reverts commit 399b8ee.
1 parent af9a452 commit 9ef7ae5

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2974,20 +2974,6 @@ cc_library(
29742974
],
29752975
)
29762976

2977-
cc_library(
2978-
name = "InferIntRangeCommon",
2979-
srcs = [
2980-
"lib/Interfaces/Utils/InferIntRangeCommon.cpp",
2981-
],
2982-
hdrs = ["include/mlir/Interfaces/Utils/InferIntRangeCommon.h"],
2983-
includes = ["include"],
2984-
deps = [
2985-
":IR",
2986-
":InferIntRangeInterface",
2987-
"//third_party/llvm/llvm-project/llvm:Support",
2988-
],
2989-
)
2990-
29912977
cc_library(
29922978
name = "DataLayoutInterfaces",
29932979
srcs = ["lib/Interfaces/DataLayoutInterfaces.cpp"],
@@ -7889,7 +7875,6 @@ td_library(
78897875
includes = ["include"],
78907876
deps = [
78917877
":CastInterfacesTdFiles",
7892-
":InferIntRangeInterfaceTdFiles",
78937878
":InferTypeOpInterfaceTdFiles",
78947879
":OpBaseTdFiles",
78957880
":SideEffectInterfacesTdFiles",
@@ -8002,8 +7987,6 @@ cc_library(
80027987
":IR",
80037988
":IndexEnumsIncGen",
80047989
":IndexOpsIncGen",
8005-
":InferIntRangeCommon",
8006-
":InferIntRangeInterface",
80077990
":InferTypeOpInterface",
80087991
"//llvm:Support",
80097992
],
@@ -9601,7 +9584,6 @@ cc_library(
96019584
":ArithOpsInterfacesIncGen",
96029585
":CommonFolders",
96039586
":IR",
9604-
":InferIntRangeCommon",
96059587
":InferIntRangeInterface",
96069588
":InferTypeOpInterface",
96079589
":SideEffectInterfaces",

0 commit comments

Comments
 (0)