Revert "[MLIR] Update bazel build file after 455305624884cf9237143e2ba0635fcc5ba5206"

This reverts commit 399b8ee7ed.
This commit is contained in:
Frederik Gossen
2023-01-19 15:05:05 -05:00
parent af9a452e57
commit 9ef7ae5073

View File

@@ -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"],
@@ -7889,7 +7875,6 @@ td_library(
includes = ["include"],
deps = [
":CastInterfacesTdFiles",
":InferIntRangeInterfaceTdFiles",
":InferTypeOpInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
@@ -8002,8 +7987,6 @@ cc_library(
":IR",
":IndexEnumsIncGen",
":IndexOpsIncGen",
":InferIntRangeCommon",
":InferIntRangeInterface",
":InferTypeOpInterface",
"//llvm:Support",
],
@@ -9601,7 +9584,6 @@ cc_library(
":ArithOpsInterfacesIncGen",
":CommonFolders",
":IR",
":InferIntRangeCommon",
":InferIntRangeInterface",
":InferTypeOpInterface",
":SideEffectInterfaces",