Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / test / lib / Dialect / Mesh / CMakeLists.txt
blob07e9bb6f9f238a2179ac38fe1a25503a66dbb204
1 # Exclude tests from libMLIR.so
2 add_mlir_library(MLIRMeshTest
3   TestOpLowering.cpp
4   TestReshardingSpmdization.cpp
5   TestSimplifications.cpp
7   EXCLUDE_FROM_LIBMLIR
9   LINK_LIBS PUBLIC
10   MLIRMeshDialect
11   MLIRMeshTransforms
12   MLIRPass
13   MLIRRewrite
14   MLIRTransformUtils
15   )