Skip to content

Commit 6a9c102

Browse files
committed
Fix build with shared libs: add missing CMake dep to MLIR sparse pipeline
1 parent b37d158 commit 6a9c102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/SparseTensor/Pipelines/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_mlir_dialect_library(MLIRSparseTensorPipelines
1010
MLIRBufferizationTransforms
1111
MLIRFuncTransforms
1212
MLIRLinalgTransforms
13+
MLIRMathToLibm
1314
MLIRMathToLLVM
1415
MLIRMemRefToLLVM
1516
MLIRPass

0 commit comments

Comments
 (0)