Delete empty TestTypeDialect build rule
The code was deleted in https://github.com/llvm/llvm-project/commit/4e491570b5ec PiperOrigin-RevId: 347851566 Change-Id: I17396edef3311325a9a6d3682e6890c5a6a3587c
This commit is contained in:
parent
e8f5ba82c9
commit
9754a22a80
2
third_party/mlir/BUILD
vendored
2
third_party/mlir/BUILD
vendored
@ -3468,7 +3468,6 @@ cc_library(
|
|||||||
"@llvm-project//mlir/test:TestSPIRV",
|
"@llvm-project//mlir/test:TestSPIRV",
|
||||||
"@llvm-project//mlir/test:TestShapeDialect",
|
"@llvm-project//mlir/test:TestShapeDialect",
|
||||||
"@llvm-project//mlir/test:TestTransforms",
|
"@llvm-project//mlir/test:TestTransforms",
|
||||||
"@llvm-project//mlir/test:TestTypeDialect",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -3619,7 +3618,6 @@ cc_binary(
|
|||||||
"@llvm-project//mlir/test:TestSPIRV",
|
"@llvm-project//mlir/test:TestSPIRV",
|
||||||
"@llvm-project//mlir/test:TestTosaDialect",
|
"@llvm-project//mlir/test:TestTosaDialect",
|
||||||
"@llvm-project//mlir/test:TestTransforms",
|
"@llvm-project//mlir/test:TestTransforms",
|
||||||
"@llvm-project//mlir/test:TestTypeDialect",
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
12
third_party/mlir/test.BUILD
vendored
12
third_party/mlir/test.BUILD
vendored
@ -314,18 +314,6 @@ cc_library(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
cc_library(
|
|
||||||
name = "TestTypeDialect",
|
|
||||||
srcs = glob([
|
|
||||||
"lib/Dialect/LLVMIR/*.cpp",
|
|
||||||
]),
|
|
||||||
deps = [
|
|
||||||
":TestDialect",
|
|
||||||
"@llvm-project//mlir:IR",
|
|
||||||
"@llvm-project//mlir:LLVMDialect",
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "TestTosaDialect",
|
name = "TestTosaDialect",
|
||||||
srcs = glob([
|
srcs = glob([
|
||||||
|
Loading…
Reference in New Issue
Block a user