Skip to content

Commit 93e084e

Browse files
committed
Add missing cmake dep to fix MLIR build with BUILD_SHARED_LIBS=ON (NFC)
1 parent f899445 commit 93e084e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/test/lib/Dialect/Math/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ add_mlir_library(MLIRMathTestPasses
88

99
LINK_LIBS PUBLIC
1010
MLIRMathTransforms
11+
MLIRLLVMIR
1112
MLIRPass
1213
MLIRTransformUtils
1314
MLIRVector

0 commit comments

Comments
 (0)