Skip to content

Commit c6b95f3

Browse files
authored
[bazel] Add @pybind11 deps (llvm#72471)
Add @pybind11 deps to the _mlirDialectsSparseTensor.so target and to the _mlirDialectsQuant.so target
1 parent 5b59540 commit c6b95f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ cc_binary(
10221022
":CAPIIR",
10231023
":CAPIQuant",
10241024
":MLIRBindingsPythonHeadersAndDeps",
1025+
"@pybind11",
10251026
],
10261027
)
10271028

@@ -1040,6 +1041,7 @@ cc_binary(
10401041
":CAPIIR",
10411042
":CAPISparseTensor",
10421043
":MLIRBindingsPythonHeadersAndDeps",
1044+
"@pybind11",
10431045
],
10441046
)
10451047

0 commit comments

Comments
 (0)