Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / test / lib / Dialect / Math / CMakeLists.txt
blob195d392d6ad346b4116ba53ff002864cf48a6ad5
1 # Exclude tests from libMLIR.so
2 add_mlir_library(MLIRMathTestPasses
3   TestAlgebraicSimplification.cpp
4   TestExpandMath.cpp
5   TestPolynomialApproximation.cpp
7   EXCLUDE_FROM_LIBMLIR
9   LINK_LIBS PUBLIC
10   MLIRMathTransforms
11   MLIRPass
12   MLIRTransformUtils
13   MLIRVectorDialect
14   MLIRX86VectorDialect
15   )