Skip to content

Commit 280b859

Browse files
committed
Fix MLIR build with SHARED_LIBS=ON, add missing cmake dependency
1 parent 0e9409d commit 280b859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Conversion/TosaToTensor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ add_mlir_conversion_library(MLIRTosaToTensor
1111

1212
LINK_LIBS PUBLIC
1313
MLIRTensorDialect
14+
MLIRTensorUtils
1415
MLIRIR
1516
MLIRPass
1617
MLIRTosaDialect

0 commit comments

Comments
 (0)