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:
Geoffrey Martin-Noble 2020-12-16 10:40:15 -08:00 committed by TensorFlower Gardener
parent e8f5ba82c9
commit 9754a22a80
2 changed files with 0 additions and 14 deletions

View File

@ -3468,7 +3468,6 @@ cc_library(
"@llvm-project//mlir/test:TestSPIRV",
"@llvm-project//mlir/test:TestShapeDialect",
"@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:TestTosaDialect",
"@llvm-project//mlir/test:TestTransforms",
"@llvm-project//mlir/test:TestTypeDialect",
],
)

View File

@ -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(
name = "TestTosaDialect",
srcs = glob([