Skip to content

Commit fe85c71

Browse files
committed
[bazel] port 53d080c
1 parent d8a5fae commit fe85c71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10218,6 +10218,7 @@ cc_binary(
1021810218
srcs = ["tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp"],
1021910219
deps = [
1022010220
":ArithDialect",
10221+
":ArithToLLVM",
1022110222
":BuiltinToLLVMIRTranslation",
1022210223
":ConvertToSPIRV",
1022310224
":ExecutionEngineUtils",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ cc_library(
805805
includes = ["lib/Dialect/Test"],
806806
deps = [
807807
"//mlir:AffineToStandard",
808+
"//mlir:ArithToLLVM",
808809
"//mlir:FuncDialect",
809810
"//mlir:FuncToLLVM",
810811
"//mlir:IR",

0 commit comments

Comments
 (0)