Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / test / lib / Dialect / Bufferization / CMakeLists.txt
bloba183d02cefed7b5a7733b91072aeef587f351c11
1 # Exclude tests from libMLIR.so
2 add_mlir_library(MLIRBufferizationTestPasses
3   TestTensorCopyInsertion.cpp
5   EXCLUDE_FROM_LIBMLIR
7   LINK_LIBS PUBLIC
8   MLIRBufferizationDialect
9   MLIRBufferizationTransforms
10   MLIRIR
11   MLIRPass