Skip to content

Commit 153fca5

Browse files
authored
[mlir][bzl] Fix broken BUILD due to typo in CAPITransformsObjects in BUILD.bazel.
1 parent 0774000 commit 153fca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ cc_library(
10511051
":CAPIDebugObjects",
10521052
":CAPIIRObjects",
10531053
":CAPIInterfacesObjects",
1054-
":CAPITransformObjects",
1054+
":CAPITransformsObjects",
10551055
],
10561056
)
10571057

0 commit comments

Comments
 (0)