Skip to content

Commit

Permalink
Add missing cmake dep to fix MLIR build with BUILD_SHARED_LIBS=ON (NFC)
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-eph committed Aug 11, 2021
1 parent f899445 commit 93e084e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlir/test/lib/Dialect/Math/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ add_mlir_library(MLIRMathTestPasses

LINK_LIBS PUBLIC
MLIRMathTransforms
MLIRLLVMIR
MLIRPass
MLIRTransformUtils
MLIRVector
Expand Down

0 comments on commit 93e084e

Please sign in to comment.