File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff 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-
1012610098cc_library (
1012710099 name = "TableGen" ,
1012810100 srcs = glob (["lib/TableGen/*.cpp" ]),
You can’t perform that action at this time.
0 commit comments