Skip to content

Commit 0dbdb32

Browse files
authored
[bazel] Remove mlir-spirv-cpu-runner after 0e39b13… (#115533)
…5d708a526d8faa
1 parent c72389d commit 0dbdb32

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10095,34 +10095,6 @@ cc_binary(
1009510095
],
1009610096
)
1009710097

10098-
cc_binary(
10099-
name = "mlir-spirv-cpu-runner",
10100-
srcs = ["tools/mlir-spirv-cpu-runner/mlir-spirv-cpu-runner.cpp"],
10101-
deps = [
10102-
":ArithDialect",
10103-
":BuiltinToLLVMIRTranslation",
10104-
":ExecutionEngineUtils",
10105-
":FuncDialect",
10106-
":FuncToLLVM",
10107-
":GPUDialect",
10108-
":GPUToSPIRV",
10109-
":GPUTransforms",
10110-
":LLVMDialect",
10111-
":LLVMToLLVMIRTranslation",
10112-
":MemRefDialect",
10113-
":MlirJitRunner",
10114-
":Pass",
10115-
":SPIRVConversion",
10116-
":SPIRVDialect",
10117-
":SPIRVToLLVM",
10118-
":SPIRVTransforms",
10119-
":ToLLVMIRTranslation",
10120-
"//llvm:Core",
10121-
"//llvm:Linker",
10122-
"//llvm:Support",
10123-
],
10124-
)
10125-
1012610098
cc_library(
1012710099
name = "TableGen",
1012810100
srcs = glob(["lib/TableGen/*.cpp"]),

0 commit comments

Comments
 (0)