mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 22:53:40 +08:00
Revert "[MLIR] Update bazel build file after 455305624884cf9237143e2ba0635fcc5ba5206"
This reverts commit 399b8ee7ed.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user