diff --git a/third_party/mlir/BUILD b/third_party/mlir/BUILD index 3116d5ed6c1..4c6717ea024 100644 --- a/third_party/mlir/BUILD +++ b/third_party/mlir/BUILD @@ -2882,10 +2882,7 @@ cc_binary( cc_binary( name = "mlir-cuda-runner", srcs = ["tools/mlir-cuda-runner/mlir-cuda-runner.cpp"], - data = [ - ":tools/libcuda-runtime-wrappers.so", - "@llvm-project//mlir/test/mlir-cpu-runner:libmlir_runner_utils.so", - ], + data = [":tools/libcuda-runtime-wrappers.so"], deps = [ ":AllPassesAndDialectsNoRegistration", ":ExecutionEngineUtils",