Skip to content

Commit

Permalink
[mlir][bzl] Fix broken BUILD due to typo in CAPITransformsObjects i…
Browse files Browse the repository at this point in the history
…n BUILD.bazel.
  • Loading branch information
bchetioui authored Jun 14, 2024
1 parent 0774000 commit 153fca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ cc_library(
":CAPIDebugObjects",
":CAPIIRObjects",
":CAPIInterfacesObjects",
":CAPITransformObjects",
":CAPITransformsObjects",
],
)

Expand Down

0 comments on commit 153fca5

Please sign in to comment.