Skip to content

Commit 93181db

Browse files
committed
[mlir][bzl] Add missing dep
The file was added to MLIRBindingsPythonCoreNoCAPI but objects weren't. Signed-off-by: Jacques Pienaar <[email protected]>
1 parent 4158773 commit 93181db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,7 @@ cc_library(
10511051
":CAPIDebugObjects",
10521052
":CAPIIRObjects",
10531053
":CAPIInterfacesObjects",
1054+
":CAPITransformObjects",
10541055
],
10551056
)
10561057

0 commit comments

Comments
 (0)