Skip to content

Commit b231e5f

Browse files
committed
[Bazel] Followup fix for c76e28
1 parent ba70533 commit b231e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ genrule(
260260
name = "test_irdl_to_cpp_gen",
261261
srcs = ["lib/Dialect/TestIRDLToCpp/test_irdl_to_cpp.irdl.mlir"],
262262
outs = ["lib/Dialect/TestIRDLToCpp/test_irdl_to_cpp.irdl.mlir.cpp.inc"],
263-
cmd = "$(location //mlir:irdl-to-cpp) lib/Dialect/TestIRDLToCpp/test_irdl_to_cpp.irdl.mlir -o $@",
263+
cmd = "$(location //mlir:irdl-to-cpp) $(location //mlir/test:lib/Dialect/TestIRDLToCpp/test_irdl_to_cpp.irdl.mlir) -o $@",
264264
tools = ["//mlir:irdl-to-cpp"],
265265
)
266266

0 commit comments

Comments
 (0)