Skip to content

Commit df6570e

Browse files
committed
Fix bazel build after llvm#123776
1 parent 11b0401 commit df6570e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10174,8 +10174,8 @@ cc_binary(
1017410174
)
1017510175

1017610176
cc_binary(
10177-
name = "mlir-cpu-runner",
10178-
srcs = ["tools/mlir-cpu-runner/mlir-cpu-runner.cpp"],
10177+
name = "mlir-runner",
10178+
srcs = ["tools/mlir-runner/mlir-runner.cpp"],
1017910179
deps = [
1018010180
":AllToLLVMIRTranslations",
1018110181
":BuiltinToLLVMIRTranslation",

0 commit comments

Comments
 (0)