Skip to content

Commit

Permalink
Revert "[MLIR] Update bazel build file after 4553056"
Browse files Browse the repository at this point in the history
This reverts commit 399b8ee.
  • Loading branch information
frgossen committed Jan 19, 2023
1 parent af9a452 commit 9ef7ae5
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2974,20 +2974,6 @@ cc_library(
],
)

cc_library(
name = "InferIntRangeCommon",
srcs = [
"lib/Interfaces/Utils/InferIntRangeCommon.cpp",
],
hdrs = ["include/mlir/Interfaces/Utils/InferIntRangeCommon.h"],
includes = ["include"],
deps = [
":IR",
":InferIntRangeInterface",
"//third_party/llvm/llvm-project/llvm:Support",
],
)

cc_library(
name = "DataLayoutInterfaces",
srcs = ["lib/Interfaces/DataLayoutInterfaces.cpp"],
Expand Down Expand Up @@ -7889,7 +7875,6 @@ td_library(
includes = ["include"],
deps = [
":CastInterfacesTdFiles",
":InferIntRangeInterfaceTdFiles",
":InferTypeOpInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
Expand Down Expand Up @@ -8002,8 +7987,6 @@ cc_library(
":IR",
":IndexEnumsIncGen",
":IndexOpsIncGen",
":InferIntRangeCommon",
":InferIntRangeInterface",
":InferTypeOpInterface",
"//llvm:Support",
],
Expand Down Expand Up @@ -9601,7 +9584,6 @@ cc_library(
":ArithOpsInterfacesIncGen",
":CommonFolders",
":IR",
":InferIntRangeCommon",
":InferIntRangeInterface",
":InferTypeOpInterface",
":SideEffectInterfaces",
Expand Down

0 comments on commit 9ef7ae5

Please sign in to comment.